When I use the pip command pip [options]
I get the following error everything, the only way to use pip seems to be python -m pip [options]
This error started happening after I added --user
at the end of a pip command
I've tried uninstalling python and reinstalling, but it still won't work.
Traceback (most recent call last):
File "e:\python375\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "e:\python375\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "E:\Python375\Scripts\pip.exe\__main__.py", line 9, in <module>
TypeError: 'module' object is not callable
Any help is appreciated.!