Home > Enterprise >  wrong installing with 'pip install'
wrong installing with 'pip install'

Time:01-28

I have problem with 'pip install'. And so with all libraries from pip. How i can to fix this?

PS C:\imapologize> pip install pyaudio
Fatal error in launcher: Unable to create process using 
'"c:\users\user\appdata\local\programs\python\python38-32\python.exe"  
"C:\Users\User\AppData\Local\Programs\Python\Python38-32\Scripts\pip.exe" install 
pyaudio': ?? ??????? ????? ????????? ????.

CodePudding user response:

Try :

python -m pip install "your library"
  •  Tags:  
  • Related