We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After installing hnet via pip, I cannot import hnet.
hnet
$ conda create -n env_hnet python=3.7 $ conda activate env_hnet $ pip install hnet $ python >>> from hnet import hnet Traceback (most recent call last): File "<stdin>", line 1, in <module> File "~/anaconda3/envs/env_hnet/lib/python3.7/site-packages/hnet/__init__.py", line 1, in <module> from hnet.hnet import hnet File "~/anaconda3/envs/env_hnet/lib/python3.7/site-packages/hnet/hnet.py", line 24, in <module> from utils.savefig import savefig ModuleNotFoundError: No module named 'utils'
The text was updated successfully, but these errors were encountered:
Thank you for mentioning this! I fixed the bug and released a new version!
update with: pip install -U hnet
pip install -U hnet
version should be >=1.1.8
Sorry, something went wrong.
No branches or pull requests
After installing
hnet
via pip, I cannot import hnet.The text was updated successfully, but these errors were encountered: