BorealisAI/flora-opt

Clean install of `flora-opt[torch]` fails import

Closed this issue · 4 comments

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

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.

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.

Stale due to inactivity. Closing in 3 days if no further activities.

Close due to inactivity