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 'anime' #12

Open
AyraHikari opened this issue Sep 5, 2018 · 0 comments
Open

ModuleNotFoundError: No module named 'anime' #12

AyraHikari opened this issue Sep 5, 2018 · 0 comments

Comments

@AyraHikari
Copy link

I got ModuleNotFoundError: No module named 'anime' when want to import Session

root@ubuntu:~# python3.6
Python 3.6.6 (default, Jun 28 2018, 04:42:43)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from myanimelist.session import Session
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.6/dist-packages/myanimelist/session.py", line 6, in <module>
    import anime
ModuleNotFoundError: No module named 'anime'

Also same error when import myanimelist.session

>>> import myanimelist.session
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.6/dist-packages/myanimelist/session.py", line 6, in <module>
    import anime
ModuleNotFoundError: No module named 'anime'
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

1 participant