Setting up scikit-learn - numpy errors on import

后端 未结 1 1653
忘了有多久
忘了有多久 2021-01-22 00:18

I\'m trying to set up scikit-learn, but after installing numpy and scikit-learn (using pip) that\'s what I get when trying to imort sklearn:

import sklearn
Runti         


        
相关标签:
1条回答
  • 2021-01-22 01:03

    Looking at this issue on github, it sounds like it might require a specific version of numpy - they used 1.7.0b2.

    0 讨论(0)
提交回复
热议问题