---> 57 raise ImportError(f"Can't determine version for {module.name}") 58 return version 59 ImportError: Can't determine version for numexpr` . What version of Python, Pandas, and NumExpr are you running? . pandas? Are you using a mixture ofpipandconda? I'm going to close this one...
用python bs4的CSS选择器报错: 原因是bs4不支持nth-child(3),改为nth-of-type(3),就解决了。...ImportError: Can‘t determine version for numexpr 机器:tfGPU 2 问题1:ImportError: Can‘t determine version for numexpr 解决方法:安装numexpr,ok 问题2:ImportError: Can‘t determine version forbottlene...