I tried to install scikit learn on my Ubuntu device using the command : pip install -U scikit-learn
I already have numpy, scipy and matpotlib installed. I am getting the following error: from pip._vendor.pkg_resources import RequirementParseError ImportError: cannot import name RequirementParseError
python -c "import sys, scipy, numpy, pip; print(scipy.__version__, numpy.__version__, pip.__version__, sys.version_info)", and add the result to your question? - Matt Hancock