Guest User

Failed

a guest
Aug 29th, 2024
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1.  
  2. error: subprocess-exited-with-error
  3.  
  4. × python setup.py bdist_wheel did not run successfully.
  5. │ exit code: 1
  6. ╰─> [5 lines of output]
  7. src/pcremodule.c:32:10: fatal error: 'pcre.h' file not found
  8. #include <pcre.h>
  9. ^~~~~~~~
  10. 1 error generated.
  11. error: command '/usr/bin/clang' failed with exit code 1
  12. [end of output]
  13.  
  14. note: This error originates from a subprocess, and is likely not a problem with pip.
  15. ERROR: Failed building wheel for python-pcre
  16. error: subprocess-exited-with-error
  17.  
  18. × Running setup.py install for python-pcre did not run successfully.
  19. │ exit code: 1
  20. ╰─> [7 lines of output]
  21. /Users/aravindh/Projects/OpenSource/kolla-ansible/.tox/venv/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  22. warnings.warn(
  23. src/pcremodule.c:32:10: fatal error: 'pcre.h' file not found
  24. #include <pcre.h>
  25. ^~~~~~~~
  26. 1 error generated.
  27. error: command '/usr/bin/clang' failed with exit code 1
  28. [end of output]
  29.  
  30. note: This error originates from a subprocess, and is likely not a problem with pip.
  31. error: legacy-install-failure
  32.  
  33. × Encountered error while trying to install package.
  34. ╰─> python-pcre
  35.  
  36. note: This is an issue with the package mentioned above, not pip.
  37. hint: See above for output from the failure.
  38. venv: exit 1 (10.17 seconds) /Users/aravindh/Projects/OpenSource/kolla-ansible> python -I -m pip install -r /Users/aravindh/Projects/OpenSource/kolla-ansible/requirements.txt -r /Users/aravindh/Projects/OpenSource/kolla-ansible/doc/requirements.txt -c https://releases.openstack.org/constraints/upper/master pid=56847
  39. venv: FAIL code 1 (12.69 seconds)
  40. evaluation failed :( (12.81 seconds)
Advertisement
Add Comment
Please, Sign In to add comment