Python Forum
Installing pip packages on Windows 10 tablet
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing pip packages on Windows 10 tablet
#6
Thanks for the suggestions. I was running pip from the scripts folders, although I also tried copying it into the parent folder to see if this fixed it (hence the commands shown previously).

I've tried the fixes suggested and no luck.

{Edited format below - for avoidance of doubt the code relates to command prompt, not pythoon}

C:\Users\vaqui\AppData\Local\Programs\Python\Python37-32>python -m ensurepip
Looking in links: C:\Users\vaqui\AppData\Local\Temp\tmpiizryp7w
Requirement already satisfied: setuptools in c:\users\vaqui\appdata\local\programs\python\python37-32\lib\site-packages (39.0.1)
Requirement already satisfied: pip in c:\users\vaqui\appdata\local\programs\python\python37-32\lib\site-packages (18.1)

C:\Users\vaqui\AppData\Local\Programs\Python\Python37-32>python -m pip install --upgrade pip
Requirement already up-to-date: pip in c:\users\vaqui\appdata\local\programs\python\python37-32\lib\site-packages (18.1)

C:\Users\vaqui\AppData\Local\Programs\Python\Python37-32>cd\users\vaqui\appdata\local\programs\python\python37-32\scripts

C:\Users\vaqui\AppData\Local\Programs\Python\Python37-32\Scripts>pip install numpy

C:\Users\vaqui\AppData\Local\Programs\Python\Python37-32\Scripts>pip --version

C:\Users\vaqui\AppData\Local\Programs\Python\Python37-32\Scripts>
Reply


Messages In This Thread
RE: Installing pip packages on Windows 10 tablet - by jazmad - Oct-24-2018, 10:37 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Installing packages of Conda / Miniconda Liki 12 2,423 Sep-20-2023, 04:57 PM
Last Post: snippsat
  installing anaconda packages offline HulkHogansArmsArePythons 4 7,401 Feb-18-2020, 08:23 PM
Last Post: jefsummers
  Installing packages through Anaconda? Athenaeum 5 15,720 Oct-08-2017, 03:17 AM
Last Post: Athenaeum

Forum Jump:

User Panel Messages

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