Hello please I need your help :
I have python3.5 and i installed pandas
sudo apt-get install python3-pandas
then scikit learn :
sudo pip install -U scikit-learn
When I start to use :
from sklearn.preprocessing import OneHotEncoder
or anything related to sklearn this error appears:
No module named 'numpy.testing.decorators'
Numpy version 1.18.2 pandas version pandas==1.0.3