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
When executing the command, "pip install -r requirements-dev.txt" I get the error below. My environment Ubuntu 20.04, python 3.7.
Building wheels for collected packages: pytype, importlab Building wheel for pytype (setup.py) ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python3.7 -u -c "import sys, setuptools, tokenize; sys.argv[0] = """""/tmp/pip-install-c1j6y1u8/pytype/setup.py"""""; file="""""/tmp/pip-install-c1j6y1u8/pytype/setup.py""""";f=getattr(tokenize, """""open""""", open)(file);code=f.read().replace("""""\r\n""""", """""\n""""");f.close();exec(compile(code, file, """""exec"""""))" bdist_wheel -d /tmp/pip-wheel-yk48x1gy cwd: /tmp/pip-install-c1j6y1u8/pytype/ Complete output (1434 lines): /usr/lib/python3/dist-packages/setuptools/dist.py:476: UserWarning: Normalizing "2019.07.11" to "2019.7.11" normalized_version,
The text was updated successfully, but these errors were encountered:
Thanks for raising this issue, @rgstephens will get back to you about it soon✨
Sorry, something went wrong.
Figured out it works with Python 3.6-dev only (and pip3). The guaranteed working environment needs to be documented exactly.
No branches or pull requests
When executing the command, "pip install -r requirements-dev.txt" I get the error below. My environment Ubuntu 20.04, python 3.7.
Building wheels for collected packages: pytype, importlab
Building wheel for pytype (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3.7 -u -c "import sys, setuptools, tokenize; sys.argv[0] = """""/tmp/pip-install-c1j6y1u8/pytype/setup.py"""""; file="""""/tmp/pip-install-c1j6y1u8/pytype/setup.py""""";f=getattr(tokenize, """""open""""", open)(file);code=f.read().replace("""""\r\n""""", """""\n""""");f.close();exec(compile(code, file, """""exec"""""))" bdist_wheel -d /tmp/pip-wheel-yk48x1gy
cwd: /tmp/pip-install-c1j6y1u8/pytype/
Complete output (1434 lines):
/usr/lib/python3/dist-packages/setuptools/dist.py:476: UserWarning: Normalizing "2019.07.11" to "2019.7.11"
normalized_version,
The text was updated successfully, but these errors were encountered: