You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After successfully running the mnist example on the ZCU104 board, I was trying to do some modifications to the example by importing the sklearn module (to import SVM classifier). I got the following error:
It seems that scikit-learn has not been built correctly. If you have installed scikit-learn from source, please do not forget to build the package before using it: run python setup.py install or make in the source directory. If you have used an installer, please check that it is suited for your Python version, your operating system, and your platform.
I tried to install scikit-learn using: pip3 install scikit-learn. I found that it was already installed.
Any suggestions please?
The text was updated successfully, but these errors were encountered:
Hello,
After successfully running the mnist example on the ZCU104 board, I was trying to do some modifications to the example by importing the sklearn module (to import SVM classifier). I got the following error:
It seems that scikit-learn has not been built correctly. If you have installed scikit-learn from source, please do not forget to build the package before using it: run python setup.py install or make in the source directory. If you have used an installer, please check that it is suited for your Python version, your operating system, and your platform.
I tried to install scikit-learn using: pip3 install scikit-learn. I found that it was already installed.
Any suggestions please?
The text was updated successfully, but these errors were encountered: