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

Python3 support #10

Open
Nekmo opened this issue Sep 18, 2016 · 1 comment
Open

Python3 support #10

Nekmo opened this issue Sep 18, 2016 · 1 comment

Comments

@Nekmo
Copy link

Nekmo commented Sep 18, 2016

(tmp-69c900ef2752dd6) [nekmo@shiori ~/.virtualenvs/tmp-69c900ef2752dd6]$ ipython
/usr/lib/python3.5/site-packages/IPython/core/interactiveshell.py:712: UserWarning: Attempting to work in a virtualenv. If you encounter problems, please install IPython inside the virtualenv.
  warn("Attempting to work in a virtualenv. If you encounter problems, please "
Python 3.5.2 (default, Jun 28 2016, 08:46:01) 
Type "copyright", "credits" or "license" for more information.

IPython 5.0.0 -- An enhanced Interactive Python.
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object', use 'object??' for extra details.

In [1]: import myanimelist

In [2]: from myanimelist.session import Session
   ...: s = Session()
   ...: 
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-2-f9b95cce14cd> in <module>()
----> 1 from myanimelist.session import Session
      2 s = Session()

/home/nekmo/.virtualenvs/tmp-69c900ef2752dd6/src/python-mal/myanimelist/session.py in <module>()
      4 import requests
      5 
----> 6 import anime
      7 import manga
      8 

ImportError: No module named 'anime'

In [3]:
@rachmadaniHaryono
Copy link

Hi,

This is happen, because @shaldengeki isn't actively maintain this project anymore. See #8

Only I and @pushrbx, who are still actively update this project. If you are looking for python 3 only package the fork from @pushrbx, because his fork only support that.

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