We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(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)
The text was updated successfully, but these errors were encountered:
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!
Sorry, something went wrong.
The same with Python 3.9 :(
No branches or pull requests
The text was updated successfully, but these errors were encountered: