问题:
pip3有时会报错,如下:
pip3 install numpy
解决方法:
使用如下方式即可:
python3 -m pip install numpy #或者 python3 -m pip install numpy --user numpy
更多相关文章教程推荐: