[scikit-learn] Broken c dependencies

Matthew Brett matthew.brett at gmail.com
Tue May 9 17:29:21 EDT 2017


Hi,

On Tue, May 9, 2017 at 7:20 PM, Matthew Brett <matthew.brett at gmail.com> wrote:
> On Tue, May 9, 2017 at 6:27 PM, Georg Heiler <georg.kf.heiler at gmail.com> wrote:
>> Yes just like that.
>
> Hum - you shouldn't get what I got, because I was installing for
> Python 3.5, and there is a wheel for Python 3.5.  I now see there
> isn't a wheel for OSX Python 3.6, so you should have got a source
> install.  I'll set a wheel building now.

OK - done.  Try this:

pip uninstall -y scikit-learn
# URL below should be all one line.
CDN_URL=https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com
pip install -f $CDN_URL scikit-learn

Does that work?

Cheers,

Matthew


More information about the scikit-learn mailing list