Hi,

unfortunately, the c dependencies of my scikit-learn installation broke and
I get the following error on osx:

dlopen(/usr/local/lib/python3.6/site-packages/sklearn/svm/libsvm.cpython-36m-darwin.so,
2): Symbol not found: __ZdlPvm
  Referenced from:
/usr/local/lib/python3.6/site-packages/sklearn/svm/libsvm.cpython-36m-darwin.so
(which was built for Mac OS X 10.12)
  Expected in: /usr/lib/libstdc++.6.dylib
 in 
/usr/local/lib/python3.6/site-packages/sklearn/svm/libsvm.cpython-36m-darwin.so

Even removing my python installation and re-installing does not seem to get
this library back.

Regards,
Georg
_______________________________________________
scikit-learn mailing list
scikit-learn@python.org
https://mail.python.org/mailman/listinfo/scikit-learn

Reply via email to