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

pip install -r requirements-dev.txt produces an error #33

Closed
vmelnych opened this issue Aug 3, 2020 · 2 comments
Closed

pip install -r requirements-dev.txt produces an error #33

vmelnych opened this issue Aug 3, 2020 · 2 comments

Comments

@vmelnych
Copy link

vmelnych commented Aug 3, 2020

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,

@sara-tagger
Copy link

Thanks for raising this issue, @rgstephens will get back to you about it soon✨

Please also check out the docs and the forum in case your issue was raised there too 🤗

@vmelnych
Copy link
Author

vmelnych commented Aug 4, 2020

Figured out it works with Python 3.6-dev only (and pip3). The guaranteed working environment needs to be documented exactly.

@vmelnych vmelnych closed this as completed Aug 4, 2020
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