I was going to install pandas_datareader
so i use
pip install pandas_datareader
It shows: Fatal error in launcher: Unable to create process using ‘”c:usersmfb81appdatalocalprogramspythonpython39python.exe” “C:Usersmfb81AppDataLocalProgramsPythonPython39Scriptspip.exe” install pandas-datareader’: The system cannot find the file specified.
However if I change the working directory by using
cd C:Usersmfb81AppDataLocalProgramsPythonPython312Scripts
then pandas_datareader will be installed successfully now. May I know what is the issue and is there a way not to change directory everytime?
Meng Fanbo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.