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

ModuleNotFoundError: No module named 'himawaripy' #104

Open
Mustela-sibirica opened this issue Jan 30, 2019 · 1 comment
Open

ModuleNotFoundError: No module named 'himawaripy' #104

Mustela-sibirica opened this issue Jan 30, 2019 · 1 comment

Comments

@Mustela-sibirica
Copy link

Mustela-sibirica commented Jan 30, 2019

hi, I just installed it in Ubuntu 18.04,
GNOME Shell 3.28.3,

And I just updated python3-setuptools,
return "Finished processing dependencies for himawaripy==2.0.1".

But, when I type "himawaripy", I got massage :
Traceback (most recent call last): File "/home/sun/anaconda3/bin/himawaripy", line 11, in <module> load_entry_point('himawaripy==2.0.1', 'console_scripts', 'himawaripy')() File "/home/sun/anaconda3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 487, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/home/sun/anaconda3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2728, in load_entry_point return ep.load() File "/home/sun/anaconda3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2346, in load return self.resolve() File "/home/sun/anaconda3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2352, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) ModuleNotFoundError: No module named 'himawaripy'

@boramalper
Copy link
Owner

Hi, would you mind installing the latest version and trying again?

python3 -m pip install --user himawaripy==2.2.0

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