Just started using docker. I want to install numphy, scipy etc from bash i.e PS H:> docker run -it python:3.4 bash then ....:/# install requests ....:/# pip install numphy
I'd expect this to work but for some reason I get the error:
Could not find a version that satisfies the requirement numphy (from versions: ) No matching distribution found for numphy
Not really sure what to do from here - any help would be most appreciated.