如何把第三方庫安裝在指定的版本的解釋器
python3.10 -m pip install pillow -i https://pypi.tuna.tsinghua.edu.cn/simple
如果報(bào)錯虛擬環(huán)境
pip3 install pillow --break-system-packages -i https://pypi.tuna.tsinghua.edu.cn/simple
如何把第三方庫安裝在指定的版本的解釋器
python3.10 -m pip install pillow -i https://pypi.tuna.tsinghua.edu.cn/simple
如果報(bào)錯虛擬環(huán)境
pip3 install pillow --break-system-packages -i https://pypi.tuna.tsinghua.edu.cn/simple