Python3.8.0
A quick look
No module named 'Cython'
Also, it seems that an error occurred due to the version dependency because Numpy was inserted first.
So
pip3 install Cython
pip3 install -U scikit-learn
-U Does it seem to make the dependency with the already installed library feel good? ??
https://scikit-learn.org/stable/install.html
Recommended Posts