-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
subprocess-exited-with-error #754
Comments
Does your package depend on pyyaml? You need either PyYAML 6 or you need to limit Cython <3. |
More details in yaml/pyyaml#601 PyYAML makes use of the |
I install this two |
my problem come from cython and pyyaml |
I have this problem when I install PyYAML = = 5.4.1 in the requirements. Txt. Do you know how to deal with it? × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. |
Problem description
i try to run this
python -m pip install .
i faced some error:
The text was updated successfully, but these errors were encountered: