Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PIP install error
#7
There is no 'ls' command in windows, the closest you have is 'dir'

EDIT___
You will need administrative privileges in order to use pip. If you created a desktop icon for the command terminal (highly recommended), right click on the icon and select "Run As Administrator", or from the Start Menu, go to Windows System, right click on 'Command Prompt', click 'More', click "Run As Administrator".

Also, make sure you have the most up to date version of 'pip' (currently 9.0.1) by typing pip -V , if it is less than that, type pip install --upgrade pip

Are you sure this program is designed to work on Windows?
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
PIP install error - by alex36540 - Dec-08-2017, 01:04 AM
RE: PIP install error - by Larz60+ - Dec-08-2017, 02:33 AM
RE: PIP install error - by alex36540 - Dec-08-2017, 02:39 AM
RE: PIP install error - by Larz60+ - Dec-08-2017, 04:42 AM
RE: PIP install error - by wavic - Dec-08-2017, 10:53 AM
RE: PIP install error - by Larz60+ - Dec-08-2017, 11:23 AM
RE: PIP install error - by sparkz_alot - Dec-08-2017, 02:45 PM
RE: PIP install error - by alex36540 - Dec-09-2017, 03:34 PM
RE: PIP install error - by snippsat - Dec-09-2017, 03:58 PM
RE: PIP install error - by alex36540 - Dec-09-2017, 04:27 PM
RE: PIP install error - by snippsat - Dec-09-2017, 05:27 PM
RE: PIP install error - by alex36540 - Dec-10-2017, 11:56 PM
RE: PIP install error - by snippsat - Dec-11-2017, 06:08 PM
RE: PIP install error - by alex36540 - Dec-16-2017, 03:31 AM
RE: PIP install error - by snippsat - Dec-16-2017, 05:16 AM
RE: PIP install error - by alex36540 - Dec-16-2017, 01:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  pip install pandas ERROR pythondudu 7 33,713 May-24-2022, 06:14 AM
Last Post: Marya_475
  How to install tensorflow? It shows as error jaroslavtavgen 1 1,979 Apr-26-2020, 10:09 PM
Last Post: Larz60+
  pandas install error loren41 5 4,936 May-20-2019, 06:42 PM
Last Post: loren41

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020