I tried to update pip in Python 3.6.8, after it update it's give me an error:
Traceback (most recent call last):
File "c:\program files\python36\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\program files\python36\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Program Files\Python36\Scripts\pip.exe\__main__.py", line 9, in <module>
TypeError: 'module' object is not callable
When I open cmd
and write pip
it's give me same error.