Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SCIKIT learn failure in mac
#2
Try:
pip3 install --upgrade cython
Also try in a virtual environment,it's build into Python now trough venv.
# Make 
python3 -m venv sci_env
 
# Cd in
cd sci_env
 
# Activate
source bin/activate  

# Install
(sci_env) mint@mint $
pip3 install cython
pip3 install scikit-learn
I have seen this message a couple of time now,
it can have to do with 3.8 and that some 3-party lib that have to do a fix for 3.8.
Reply


Messages In This Thread
SCIKIT learn failure in mac - by Perja11 - Nov-30-2019, 05:58 PM
RE: SCIKIT learn failure in mac - by snippsat - Nov-30-2019, 06:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Failure to run source command middlestudent 2 710 Sep-22-2023, 01:21 PM
Last Post: buran
  Having trouble installing scikit-learn via VSC and pulling my hair out pythonturtle 1 768 Feb-07-2023, 02:23 AM
Last Post: Larz60+
  Dickey Fuller failure Led_Zeppelin 4 2,647 Sep-15-2022, 09:07 PM
Last Post: Led_Zeppelin
  Assert failure jtcostel 1 1,651 Sep-03-2021, 05:28 PM
Last Post: buran
  xml decoding failure(bs4) roughstroke 1 2,273 May-09-2020, 04:37 PM
Last Post: snippsat
  failure to find modules justus123 2 4,255 Dec-14-2018, 04:28 PM
Last Post: nilamo
  LIB install failure Able98 2 3,928 Jun-07-2017, 06:41 PM
Last Post: Able98
  Scikit Image Processing DanielAustin91 1 3,965 Jan-02-2017, 08:14 PM
Last Post: Mekire

Forum Jump:

User Panel Messages

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