Pip: TypeError: 'module' object is not callable

Created on 28 Oct 2019  路  5Comments  路  Source: pypa/pip

  • Pip version: Don't know (Its default version)
  • Python version: 3.7.4
  • Operating system: Windows 10

Description
When I use pip with any command or simply pip then I get following TypeError:
image

*When Used to Install a package
image

__I Couldn't find any working solution for this on Internet__

Please Help Me with this

auto-locked support

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.

All 5 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.

_Thank you so much it worked._
image

_I am having problem in installing PyAudio can you help me with that too please...._
image

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.

Was this page helpful?
0 / 5 - 0 ratings