Python Forum
Having trouble installing scikit-learn via VSC and pulling my hair out
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Having trouble installing scikit-learn via VSC and pulling my hair out
#1
Hello fam,

I am a self-starter in learning about Python programming and I am currently trying to make a small app analyzing an uploaded image. However, I just simply cannot seem to install this scikit-learn via VSC without generating this long drawn-out error. I've tried to use the full command, "python -m pip install scikit-learn" but it still give me the same error without resolving. I'm just stuck here being clueless what to do at this point, as this is a foundational problem within my system not being able to reference any of the specified compilers (icl, cl, cc, gcc, clang, clang-cl, pgcc) to build the scipy library. Seems like there is an easy solution that's just totally going over my frustrated head right now. Can anyone please help me out?

I've attached the error result I get in the attached .txt file. Please let me know if there is a specific format of providing the issue in this forum as this is my first time posting.

Thank you so much,
pythonturtle

Attached Files

.txt   scikit-learn.txt (Size: 13.22 KB / Downloads: 498)
Reply
#2
from command line, not python (with virtual environment activated if you use one):
use: pip install -U scikit-learn
see: https://pypi.org/project/scikit-learn/
not: python -m pip ...
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Trouble with installing python domingo251 2 604 Sep-23-2023, 12:03 AM
Last Post: ICanIBB
  Pulling Specifics Words/Numbers from String bigpapa 2 773 May-01-2023, 07:22 PM
Last Post: bigpapa
  (Python) Pulling data from UA Google Analytics with more than 100k rows into csv. Stockers 0 1,241 Dec-19-2022, 11:11 PM
Last Post: Stockers
  Pulling username from Tuple pajd 21 3,432 Oct-07-2022, 01:33 PM
Last Post: pajd
Question Trouble installing modules/libraries and getting Notepad++ to show cyrillic letters Dragiev 6 2,271 Jul-24-2022, 12:55 PM
Last Post: Dragiev
  pulling multiple lines from a txt IceJJFish69 3 2,593 Apr-26-2021, 05:56 PM
Last Post: snippsat
  Pulling Information Out of Dictionary Griever 4 2,903 Aug-12-2020, 02:34 PM
Last Post: Griever
  SCIKIT learn failure in mac Perja11 1 2,307 Nov-30-2019, 06:44 PM
Last Post: snippsat
  Python 3.8 or 3.? Trouble installing packages dn237 5 6,808 Oct-25-2019, 07:21 PM
Last Post: snippsat
  Pulling & Reading Date from UDF that Compare it to Live Data firebird 4 2,793 Jul-20-2019, 09:30 AM
Last Post: snippsat

Forum Jump:

User Panel Messages

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