-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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: 'module' object is not callable #7264
Comments
I have just reinstalled Python but still faces the same issue. |
Hi @Invisible786. Please check out the advice given on #7209. They have the same traceback as you and the advice I gave in this comment may help. Specifically, it looks like you have an old pip.exe coupled with a new pip version installed with your Python. |
Your issue with PyAudio is because they don't supply binaries for Python 3.7, so pip is trying to compile it from source, and there appear to be some issues that need resolving with the build. You'll need to contact the PyAudio project for assistance with that. |
Hi @Invisible786. I'm glad that helped. :) As mentioned above, the PyAudio project site or Stack Overflow would be a better place to ask. This question has some answers that may help get you unblocked. I'll close this now since the pip-related issue is resolved. |
Description

When I use pip with any command or simply pip then I get following TypeError:
*When Used to Install a package

I Couldn't find any working solution for this on Internet
Please Help Me with this
The text was updated successfully, but these errors were encountered: