Hi, I am trying to install scikit-learn module in Pynq board through below command in Jupyter terminal:
pip3 install scikit-learn and I get the following error:
“Could not find a version that satisfies the requirement scikit-learn (from versions: )
No matching distribution found for scikit-learn”
From the IP you show, it looks like you are connecting your board statically to your laptop - your board is very likely to have no internet connection. It is not the problem of the package, but the problem of connection.
You can try to connect your board directly to your router and try again. It should work.