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
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.
_Thank you so much it worked._
_I am having problem in installing PyAudio can you help me with that too please...._
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.
Most helpful comment
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.