The command I Typed :
pip
The error :
Traceback (most recent call last):
File "c:\users\hi user\appdata\local\programs\python\python38\lib\runpy.py", line 193, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\users\hi user\appdata\local\programs\python\python38\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "C:\Users\HI USER\AppData\Local\Programs\Python\Python38\Scripts\pip.exe\__main__.py", line 9, in <module>
TypeError: 'module' object is not callable
This Happened After Updating Python 3.7
to Python 3.8.1
. And I added Python To Path Then Added Python38/Scripts Folder to Path too . It used to work on previous Versions
Does Anyone Have Any Solutions?