当在python3的环境下使用pip3安装库时,发现居然都指向了python2的库
python3
pip3
python2
pip -V pip3 -V
安装命令更改为:
python3 -m pip install <package>
京公网安备 11010502049817号