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

Can't install with Python 3.5? #1

Open
stain opened this issue Apr 17, 2018 · 2 comments
Open

Can't install with Python 3.5? #1

stain opened this issue Apr 17, 2018 · 2 comments

Comments

@stain
Copy link

stain commented Apr 17, 2018

(venv3) stain@biggie:~/src/cwltool$ pip install isbn_validator
Collecting isbn_validator
  Downloading https://files.pythonhosted.org/packages/05/d2/220b6d5d93879b17725a82a7d82c1b87ff9874b62f0e55bd53db6c4a7cdc/isbn_validator-1.0.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-jmvfe85t/isbn-validator/setup.py", line 5, in <module>
        from docs import getVersion
      File "/tmp/pip-build-jmvfe85t/isbn-validator/docs/__init__.py", line 15
        lambda (x, y):
               ^
    SyntaxError: invalid syntax
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-jmvfe85t/isbn-validator/

(venv3) stain@biggie:~/src/cwltool$ pip --version
pip 9.0.3 from /home/stain/src/cwltool/venv3/lib/python3.5/site-packages (python 3.5)

@GLMeece
Copy link

GLMeece commented Jul 25, 2019

FWIW, I've made a fork that works/installs under Python 3.7.

I've also created a Pull Request. We'll see how it goes!

@milossramek
Copy link

The same with Python 3.9 :(

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

3 participants