0

I already did pip install pipwin with no issues. This happens whenever I run pipwin:

    PS C:\Users\Family PC\Documents\Charlie1\Python>pipwin install pyaudio
    failed to create process.
    PS C:\Users\Family PC\Documents\Charlie1\Python> pipwin list
    failed to create process.
    PS C:\Users\Family PC\Documents\Charlie1\Python> pipwin refresh
    failed to create process.

I'm not sure why this is happening. I looked everywhere for solutions, but I can't find any.

Note: I am very new to python!

CG2979
  • 33
  • 7
  • 2
    Does this answer your question? [pip/easy\_install failure: failed to create process](https://stackoverflow.com/questions/17373265/pip-easy-install-failure-failed-to-create-process) – AMC Apr 12 '20 at 23:48
  • @AMC, no all the answers there were for issues with pip itself. I tried the suggestions anyway, but nothing happened. – CG2979 Apr 13 '20 at 02:23
  • Ah damn, I'll take another look then. While it's not exactly a solution to this particular problem, there is a [Conda package for Pyaudio](https://anaconda.org/anaconda/pyaudio), if you're open to using that. – AMC Apr 13 '20 at 02:53
  • I downloaded Anaconda, but I'm not sure how to use it in Visual Studio Code – CG2979 Apr 13 '20 at 03:13
  • Take a look at https://code.visualstudio.com/docs/python/environments. – AMC Apr 13 '20 at 03:16
  • I followed all the steps, but when I run conda commands it gives me an error that says that conda isn't recognized. I think the best option is to see if the pipwin issue can be solved first, because using anaconda just causes more problems for me that I don't have the knowledge to fix – CG2979 Apr 13 '20 at 03:36
  • That’s a common problem, see for example https://stackoverflow.com/questions/44597662/conda-command-is-not-recognized-on-windows-10. I hope we find a fix for the pipwin issue! – AMC Apr 13 '20 at 03:38

0 Answers0