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
Environment
Description Getting AssertionError when installing numpy with --no-cache-dir NB: it's the same with any package apparently .. :|
--no-cache-dir
Expected behavior Install succeeds.
How to Reproduce
python3 -m virtualenv venv
./venv/bin/pip install --no-cache-dir numpy
Output
gregory.starck@canon:~/tmp$ ./venv/bin/pip install --no-cache-dir numpy Looking in indexes: http://pypi:3141/root/ax/+simple/ Collecting numpy Downloading http://pypi:3141/root/pypi/+f/2d2/79bd99329e72c/numpy-1.16.0-cp36-cp36m-manylinux1_x86_64.whl (17.3MB) 100% |████████████████████████████████| 17.3MB 111.4MB/s Exception: Traceback (most recent call last): File "/home/gregory.starck/tmp/venv/lib/python3.6/site-packages/pip/_internal/cli/base_command.py", line 176, in main status = self.run(options, args) File "/home/gregory.starck/tmp/venv/lib/python3.6/site-packages/pip/_internal/commands/install.py", line 346, in run session=session, autobuilding=True File "/home/gregory.starck/tmp/venv/lib/python3.6/site-packages/pip/_internal/wheel.py", line 848, in build assert building_is_possible AssertionError gregory.starck@canon:~/tmp$ gregory.starck@canon:~/tmp$ ./venv/bin/pip install numpy Looking in indexes: http://pypi:3141/root/ax/+simple/ Collecting numpy Downloading http://pypi:3141/root/pypi/+f/2d2/79bd99329e72c/numpy-1.16.0-cp36-cp36m-manylinux1_x86_64.whl (17.3MB) 100% |████████████████████████████████| 17.3MB 123.5MB/s Installing collected packages: numpy Successfully installed numpy-1.16.0 gregory.starck@canon:~/tmp$
The text was updated successfully, but these errors were encountered:
seems duplicate of #6158
Sorry, something went wrong.
Temporarily pin pip to <19 because of pypa/pip#6159
3b2d242
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Environment
Description
Getting AssertionError when installing numpy with
--no-cache-dir
NB: it's the same with any package apparently .. :|
Expected behavior
Install succeeds.
How to Reproduce
python3 -m virtualenv venv
./venv/bin/pip install --no-cache-dir numpy
Output
The text was updated successfully, but these errors were encountered: