Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- error: subprocess-exited-with-error
- × python setup.py bdist_wheel did not run successfully.
- │ exit code: 1
- ╰─> [5 lines of output]
- src/pcremodule.c:32:10: fatal error: 'pcre.h' file not found
- #include <pcre.h>
- ^~~~~~~~
- 1 error generated.
- error: command '/usr/bin/clang' failed with exit code 1
- [end of output]
- note: This error originates from a subprocess, and is likely not a problem with pip.
- ERROR: Failed building wheel for python-pcre
- error: subprocess-exited-with-error
- × Running setup.py install for python-pcre did not run successfully.
- │ exit code: 1
- ╰─> [7 lines of output]
- /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.
- warnings.warn(
- src/pcremodule.c:32:10: fatal error: 'pcre.h' file not found
- #include <pcre.h>
- ^~~~~~~~
- 1 error generated.
- error: command '/usr/bin/clang' failed with exit code 1
- [end of output]
- note: This error originates from a subprocess, and is likely not a problem with pip.
- error: legacy-install-failure
- × Encountered error while trying to install package.
- ╰─> python-pcre
- note: This is an issue with the package mentioned above, not pip.
- hint: See above for output from the failure.
- 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
- venv: FAIL code 1 (12.69 seconds)
- evaluation failed :( (12.81 seconds)
Advertisement
Add Comment
Please, Sign In to add comment