0

Version info:

  • python: 3.8
  • scipy: 1.3.2
  • numpy: 1.17.4

Details: It works well when I install other libs; however, it throws the below error message when I install sklearn by pip or pip3.

Error message:

enter image description here

enter image description here

4
  • 2
    If you are using Python 3.8, there are quite a few modules that do not have official .whl files for Python 3.8 available on PyPI (where pip downloads modules from). scikit-learn is currently one of those modules. That said, scikit-learn has unofficial Python 3.8 modules available here. SciPy and Numpy+MKL are also available from that link (I am not sure how sklearn might fit into everything in this case). Commented Nov 11, 2019 at 15:39
  • Possible duplicate of Installing Matplotlib on Windows 10 machines Commented Nov 11, 2019 at 15:42
  • (1) Please post the screen output as text.   (2) It says “Check the logs” — did you? Commented Nov 11, 2019 at 20:33
  • Thanks a lot, it works.@Anaksunaman Commented Nov 12, 2019 at 4:10

0

You must log in to answer this question.

Browse other questions tagged .