简体   繁体   中英

-m pip install --upgrade pip, trying to install package "pyaudio'' in visual studio code

错误图像

I am trying to install pyaudio but this does not work since it says that pip needs to be upgraded to a new version "19.3"

But when i check it is already updated to the latest version as you can see

版本图像

Apparently, you have installed two different versions of python (a 32-bit version and a 64-bit version). Your visual studio project is using the 64-bit version of python and the other one, you are using in command line, is the 32-bit version. Packages are being installed separately for them.

No, it says you have 19.0.3 not 19.3. Try updating it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM