Skip to content
New issue

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 install hnet via pip ModuleNotFoundError: No module named 'utils' #2

Closed
bdatko opened this issue May 11, 2021 · 1 comment
Closed

Comments

@bdatko
Copy link

bdatko commented May 11, 2021

After installing hnet via pip, I cannot import 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'
@erdogant
Copy link
Owner

Thank you for mentioning this!
I fixed the bug and released a new version!

update with:
pip install -U hnet

version should be >=1.1.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants