pydata / numexpr

Fast numerical array expression evaluator for Python, NumPy, Pandas, PyTables and more
https://numexpr.readthedocs.io/en/latest/user_guide.html
MIT License
2.23k stars 210 forks source link

module 'numexpr' has no attribute '__version__' #411

Closed yucsong closed 2 years ago

yucsong commented 2 years ago

module 'numexpr' has no attribute 'version'

This would caused pandas problem

robbmcleod commented 2 years ago

NumExpr has __version__, it's generated by setup.py:

https://github.com/pydata/numexpr/blob/master/setup.py

Do you have some problem with the import path perhaps?

robbmcleod commented 2 years ago

Going to close this one as I'm pretty sure it's a path issue and reporter did not reply.