Pip and python are in different paths?

105 Views Asked by At
C:\Users\tanis>pip
Fatal error in launcher: Unable to create process using 
'"c:\program files\python38\python.exe"  "C:\Program Files\Python38\Scripts\pip.exe" ': 
The system cannot find the file specified.

How do I fix this?

I'm trying to install chatterbot using pip but it's not working. For chatterbot, I had to install python 3.8.0 and after installing it, it messed up the path for installing python libraries and now pip install isn't working.

0

There are 0 best solutions below