Advertisement
Guest User

Untitled

a guest
Mar 25th, 2020
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. ERROR: python3-scikit-learn-0.22.2.post1-r0 do_compile: python3 setup.py build_ext execution failed.
  2. ERROR: python3-scikit-learn-0.22.2.post1-r0 do_compile: Function failed: do_compile (log file is located at /home/yohan/Linux-yocto/build_rocko/tmp/work/cortexa9hf-neon-pok
  3. y-linux-gnueabi/python3-scikit-learn/0.22.2.post1-r0/temp/log.do_compile.22318)
  4. ERROR: Logfile of failure stored in: /home/yohan/Linux-yocto/build_rocko/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/python3-scikit-learn/0.22.2.post1-r0/temp/log.do_compile.22318
  5. Log data follows:
  6. | DEBUG: Executing shell function do_compile
  7. | Partial import of sklearn during the build process.
  8. | Traceback (most recent call last):
  9. | File "setup.py", line 195, in check_package_status
  10. | module = importlib.import_module(package)
  11. | File "/home/yohan/Linux-yocto/build_rocko/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/python3-scikit-learn/0.22.2.post1-r0/recipe-sysroot-native/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
  12. | return _bootstrap._gcd_import(name[level:], package, level)
  13. | File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  14. | File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  15. | File "<frozen importlib._bootstrap>", line 956, in _find_and_load_unlocked
  16. | ImportError: No module named 'numpy'
  17. | Traceback (most recent call last):
  18. | File "setup.py", line 303, in <module>
  19. | setup_package()
  20. | File "setup.py", line 291, in setup_package
  21. | check_package_status('numpy', NUMPY_MIN_VERSION)
  22. | File "setup.py", line 221, in check_package_status
  23. | .format(package, req_str, instructions))
  24. | ImportError: numpy is not installed.
  25. | scikit-learn requires numpy >= 1.11.0.
  26. | Installation instructions are available on the scikit-learn website: http://scikit-learn.org/stable/install.html
  27. |
  28. | ERROR: python3 setup.py build_ext execution failed.
  29. | WARNING: exit code 1 from a shell command.
  30. | ERROR: Function failed: do_compile (log file is located at /home/yohan/Linux-yocto/build_rocko/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/python3-scikit-learn/0.22.2.post1-r0/temp/log.do_compile.22318)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement