You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to install Figaro in our local HPC cluster using the command line quick guide and I keep getting the error below when I run python3 setup.py bdist_wheel. Any idea on how to fix this?
Thanks for your assistance with this.
-John
Traceback (most recent call last):
File "setup.py", line 7, in <module>
from figaro import __version__ as version
ImportError: cannot import name '__version__' from 'figaro' (unknown location)
The text was updated successfully, but these errors were encountered:
I've been trying to install Figaro in our local HPC cluster using the command line quick guide and I keep getting the error below when I run
python3 setup.py bdist_wheel
. Any idea on how to fix this?Thanks for your assistance with this.
-John
The text was updated successfully, but these errors were encountered: