python - Can't install scikit-learn -


i have ubuntu linux. command pip install -u scikit-learn gives

unicodedecodeerror: 'ascii' codec can't decode byte 0xe2 in position 52: ordinal not in range(128) 

do have advices solve problem?

i faced same problem. worked me running following commands:

sudo pip install --upgrade setuptools

sudo pip install -u scikit-learn


Comments

Popular posts from this blog

python - cx_oracle unable to find Oracle Client -

shader - OpenGL Shadow Map -

c# - Exchange 2010/2013 TransportAgent Content Conversion for Internal Recipients -