Skip to content
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

TypeError: deprecated() got an unexpected keyword argument 'name'(short issue description) #7607

Closed
stoccalino opened this issue Jan 23, 2023 · 4 comments
Assignees
Labels
installation third-party This issue is related to third-party libraries or applications.

Comments

@stoccalino
Copy link

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

@stoccalino stoccalino added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Jan 23, 2023
@tim-finnigan tim-finnigan self-assigned this Jan 24, 2023
@tim-finnigan
Copy link
Contributor

Hi @stoccalino thanks for reaching out. How are you installing the AWS CLI and which version are you installing? Here is the documentation on installing the AWS CLI: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html#getting-started-install-instructions.

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.

@tim-finnigan tim-finnigan added installation response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. and removed bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Jan 24, 2023
@stoccalino
Copy link
Author

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

@github-actions github-actions bot removed the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. label Jan 24, 2023
@tim-finnigan
Copy link
Contributor

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.

@tim-finnigan tim-finnigan added the third-party This issue is related to third-party libraries or applications. label Jan 24, 2023
@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installation third-party This issue is related to third-party libraries or applications.
Projects
None yet
Development

No branches or pull requests

2 participants