简体   繁体   中英

I cannot install any packages using pip version 19.2.3

I'm using Python version 3.8 with pip version 19.2.3. I tried to install a package but they said I needed to use the latest version of pip to install. The only way to get the latest version of pip, I have to install Python 3.9.0. My OS doesn't support Python 3.9.0 so is there any other way to install packages?

try pip3 command

pip3 install package_name

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