You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I installed some dependencies on my project with poetry, and after the installation was over, any pip3 command throws the next error :
TypeError: deprecated() got an unexpected keyword argument 'name'
I see that there are other issues reported
(#7325)
(pyca/pyopenssl#1151)
suggesting that uninstalling pyOpenSSL resolves the issue, but I can't even uninstall, since any pip3 command throws this error.
Any help would be appreciated.
Thanks!
Expected Behavior
pip3 working as normal
Current Behavior
any pip3 command throws error "TypeError: deprecated() got an unexpected keyword argument 'name'"
I don't think this issue is directly related to the AWS CLI but please let us know if there is any more context you can share as far as steps to reproduce the issue.
I'm sorry, no. I don't think this is concerned with AWS CLI. I'm using poetry which manages all the dependencies from a project. After I ran poetry install , I got the 'TypeError: deprecated() got an unexpected keyword argument 'name'' error and can no longer use any pip3 command
Thanks @stoccalino for following up. In that case I think this issue would be better suited for the poetry repository: https://github.com/python-poetry/poetry/issues. I recommend creating an issue there, and if any issue directly related to the AWS CLI is found then we can revisit this here.
Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
Hello, I installed some dependencies on my project with poetry, and after the installation was over, any pip3 command throws the next error :
TypeError: deprecated() got an unexpected keyword argument 'name'
I see that there are other issues reported
(#7325)
(pyca/pyopenssl#1151)
suggesting that uninstalling pyOpenSSL resolves the issue, but I can't even uninstall, since any pip3 command throws this error.
Any help would be appreciated.
Thanks!
Expected Behavior
pip3 working as normal
Current Behavior
any pip3 command throws error "TypeError: deprecated() got an unexpected keyword argument 'name'"
Reproduction Steps
pip3 check : TypeError: deprecated() got an unexpected keyword argument 'name'
Possible Solution
No response
Additional Information/Context
No response
CLI version used
Environment details (OS name and version, etc.)
Macos Ventura13.1
The text was updated successfully, but these errors were encountered: