Python Forum
Installing auto-sklearn on Windows 10
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing auto-sklearn on Windows 10
#2
First I would want to see why the pip isn't being found via the environment set up. (Assuming you're running a bourne-like shell), what do you get when you run command -v pip and echo $PATH in the virtual environment?

Second, if you want a workaround, just run pip from python directly.
python -m pip -V
Since the correct python is being found, this should work.
Reply


Messages In This Thread
RE: Installing auto-sklearn on Windows 10 - by bowlofred - Apr-15-2021, 08:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Installing Qt for Python. (On Windows 10) davediamond 22 4,567 Apr-18-2022, 06:50 AM
Last Post: ndc85430
  Unable to import sklearn after installing any package ilango 0 1,191 Oct-25-2021, 07:03 AM
Last Post: ilango
  Index data must be 1-dimensional : Classifier with sklearn Salma 0 4,325 Apr-01-2021, 03:22 PM
Last Post: Salma
  Need help installing infoblox-client on Windows 10 dazmac10 1 2,542 Mar-07-2021, 10:57 PM
Last Post: snippsat
  error while installing any library using pip in windows AkashKansal 1 4,406 Sep-24-2020, 07:51 AM
Last Post: buran
  installing python in windows 10 martynarthur2102 1 1,658 Aug-22-2020, 01:53 PM
Last Post: buran
  Installing pip windows 10 jcg36 9 5,127 Sep-13-2019, 12:44 PM
Last Post: snippsat
  Fetching data from Sklearn zaki424160 2 4,121 Jul-09-2019, 05:20 AM
Last Post: ThomasL
  pip not installing any package on windows royhimo855 0 3,137 Dec-10-2018, 07:58 AM
Last Post: royhimo855
  Installing and running a python web scraping app from github to a windows 8.1 system eugenioca 17 8,238 Oct-06-2018, 08:14 AM
Last Post: eugenioca

Forum Jump:

User Panel Messages

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