0

I would really appreciate some help on the below query - I've been trying to get pip to work for the best of a day and really struggling.

Regardless of which module I try to install I keep getting a "Could not find a version that satisfies the requirement openpyxl (from version s: ) No matching distribution found for openpyxl

Please see a screenshot below of the error:

enter image description here

I've looked at around the website, including the following posts, to help with installing pip but still unsure as to why it isn't working.

'pip' is not recognized as an internal or external command

Fatal error in launcher: Unable to create process using ""C:\Program Files (x86)\Python33\python.exe" "C:\Program Files (x86)\Python33\pip.exe""

Any help would be massively appreciated!

Community
  • 1
  • 1
  • Do you runnung cmd as Administrator? Because it looks like you python installed globally (in Program files), thus you need to run pip as Administrator – Compadre Jul 28 '16 at 10:50

1 Answers1

0

Have you tried to check the internet connection? From your screenshot, seems like you cannot access the URL as follow:.
https://pypi.python.org/simple/openpyxl/

Simon MC. Cheng
  • 281
  • 1
  • 6