I'm just trying a simple pip3.6 install numpy
, and I get the following error:
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('numpy>=1.7.0')
How can this be solved? I tried to upgrade easy_install
but that did not work, neither did trying to install scikit-learn directly. Note that I already have been using python3.5.
Actually, a bit above the error I ended up noticing:
The problem was using a temporary different network and used:
which solved the issue for now.