Clean install of `flora-opt[torch]` fails import
Closed this issue · 4 comments
atong01 commented
Python 3.10.14 (main, May 6 2024, 19:42:50) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from flora_opt import Flora
>>> Flora
>>> print(Flora)
None
atong01 commented
This looks like a problem with the pypi package version. Seems to work when installed from source. The pipit package looks like it's missing many files to me.
yongchanghao commented
Thanks for reporting this! I have fixed this issue in commit c50ee52. The PyPI package is also updated to this commit. Please try updating flora-opt
from PyPI and see whether it fixes your issue.
github-actions commented
Stale due to inactivity. Closing in 3 days if no further activities.
github-actions commented
Close due to inactivity