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
When installing table_clearing with rosdep, I get the following error: ERROR: the following rosdeps failed to install pip: command [sudo -H pip install -U scikit-learn] failed pip: Failed to detect successful installation of [scikit-learn]
When installing
table_clearing
withrosdep
, I get the following error:ERROR: the following rosdeps failed to install
pip: command [sudo -H pip install -U scikit-learn] failed
pip: Failed to detect successful installation of [scikit-learn]
Looking at the
scikit-learn
website, they do not recommend installing frompip
http://scikit-learn.org/stable/install.htmlInstalling with
sudo apt-get install python-sklearn
worked for me.
The text was updated successfully, but these errors were encountered: