-
Notifications
You must be signed in to change notification settings - Fork 3k
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
pip3 install awscli failure (python3.11) #12158
Comments
This is related to yaml/pyyaml#601 which is an issue with PyYAML. They're incompatible with the most recent release of Cython (3.0). This unfortunately isn't easily fixed until PyYAML makes an update. You can follow along in the PyYAML issue or in the CLI issue for updates. The current workaround options are listed here. This issue should be closed out as it's not related to pip. |
Our workaround is:
|
I was facing the same problem here and the commands you provided solved it! Very good! |
|
Description
Sometime in the past 4 hours, the pip3 command to install awscli began failing.
At 7:53am central, the following command worked on a brand new virtual environment:
pip3 install awscli==1.22.10
Right now that command fails on a new virtual environment. I've confirmed this same error happens after upgrading pip to the most recent version. Same thing if you try to install the most recent awccli package.
Expected behavior
Installation completes without issues.
pip version
22.0.2, 23.2
Python version
3.10, 3.11
OS
Ubuntu
How to Reproduce
pip3 install awscli
Output
(venv) mgrov@L13676:~/throwaway/t/u$ pip3 install awscli > output3.log
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [68 lines of output]
/tmp/pip-build-env-xqxas3nh/overlay/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in
setup.cfg
!!
Code of Conduct
The text was updated successfully, but these errors were encountered: