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

Python 3 port #43

Open
larsmans opened this issue Apr 29, 2014 · 3 comments
Open

Python 3 port #43

larsmans opened this issue Apr 29, 2014 · 3 comments

Comments

@larsmans
Copy link
Collaborator

AFAIK, all dependencies support Python 3 now.

@proycon
Copy link

proycon commented Dec 17, 2014

pip install -r requirements3.txt seems to currently fail on wsgiref 0.1.2 (dependency of corenlp_xml)

@larsmans
Copy link
Collaborator Author

Huh? wsgiref is in the Python stdlib!

@proycon
Copy link

proycon commented Jan 5, 2015

Ah right, it is, works out of the box in the interpreter.. But for some strange reason pip still attempts to download it and then stumbles over Python 2 syntax:

Downloading/unpacking wsgiref>=0.1.2 (from corenlp-xml->-r requirements3.txt (line 4))
  Downloading wsgiref-0.1.2.zip
  Running setup.py (path:/data/home/proycon/env/build/wsgiref/setup.py) egg_info for package wsgiref
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/data/home/proycon/env/build/wsgiref/setup.py", line 5, in <module>
        import ez_setup
      File "/data/home/proycon/env/build/wsgiref/ez_setup/__init__.py", line 170
        print "Setuptools version",version,"or greater has been installed."

$ pip -V
pip 1.5.6 from /data/home/proycon/env/lib/python3.4/site-packages (python 3.4)

$ python
Python 3.4.2

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

No branches or pull requests

2 participants