Advertisement
Guest User

Untitled

a guest
Mar 29th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. root@Snowflakes:/home/chicku/MyProject# pip install --user --install-option="--prefix=" -U scikit-learn
  2. Downloading/unpacking scikit-learn
  3. Downloading scikit-learn-0.16.0.tar.gz (7.3MB): 7.3MB downloaded
  4. Running setup.py egg_info for package scikit-learn
  5. Partial import of sklearn during the build process.
  6.  
  7. Installing collected packages: scikit-learn
  8. Running setup.py install for scikit-learn
  9. Partial import of sklearn during the build process.
  10. Traceback (most recent call last):
  11. File "<string>", line 1, in <module>
  12. File "/tmp/pip_build_root/scikit-learn/setup.py", line 173, in <module>
  13. setup_package()
  14. File "/tmp/pip_build_root/scikit-learn/setup.py", line 165, in setup_package
  15. from numpy.distutils.core import setup
  16. ImportError: No module named numpy.distutils.core
  17. Complete output from command /usr/bin/python -c "import setuptools;__file__='/tmp/pip_build_root/scikit-learn/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-WhbTJc-record/install-record.txt --single-version-externally-managed --prefix= --user:
  18. Partial import of sklearn during the build process.
  19.  
  20. Traceback (most recent call last):
  21.  
  22. File "<string>", line 1, in <module>
  23.  
  24. File "/tmp/pip_build_root/scikit-learn/setup.py", line 173, in <module>
  25.  
  26. setup_package()
  27.  
  28. File "/tmp/pip_build_root/scikit-learn/setup.py", line 165, in setup_package
  29.  
  30. from numpy.distutils.core import setup
  31.  
  32. ImportError: No module named numpy.distutils.core
  33.  
  34. ----------------------------------------
  35. Cleaning up...
  36. Command /usr/bin/python -c "import setuptools;__file__='/tmp/pip_build_root/scikit-learn/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-WhbTJc-record/install-record.txt --single-version-externally-managed --prefix= --user failed with error code 1 in /tmp/pip_build_root/scikit-learn
  37. Storing complete log in /root/.pip/pip.log
  38. root@Snowflakes:/home/chicku/MyProject#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement