Closed bricksdont closed 4 years ago
There is a bug in pip 20. Please downgrade to pip 19.
That (= a bug in my version of pip) was not the issue I think, I just realized that the machine does not have MKL installed.
If I install the version without MKL, everything is fine:
pip install mxnet-cu101
But I have no idea how I could have found out, except by trial and error.
And I did not downgrade pip:
% pip --version
pip 20.0.1 from /srv/scratch1/mmueller/multitutorial/env/lib/python3.7/site-packages/pip (python 3.7)
@leezu Which bug with pip version 20 vs. 19 are you referring to?
https://github.com/pypa/pip/issues/7629 and related
Description
Trying to install mxnet-cu101mkl with pip fails because no Pypi package matches.
Error Message
Steps to reproduce
I am creating a new Python virtual environment that uses Python 3.6:
Then I run this command:
What have you tried to solve it?
Environment
We recommend using our script for collecting the diagnositc information. Run the following command and paste the outputs below:
Question
What are possible causes for this? Does anybody have other ideas how to debug this issue?