ubuntu18.04 默认没有安装 pip ,需要安装 python3-pip:
sudo apt-get install python3-pip
ubuntu18.04 默认没有安装 pip ,需要安装 python3-pip:
sudo apt-get install python3-pip
使用PyCharm配置Docker时更新解释器出现问题。
概要:由于缺少pycocotools包引发的错误,而pycocotools包需要cython和C编译器,所以在安装cython之前需要先安装Cython。解决办法:安装cython pip install -U cython Linux安装pycocotools pip install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI" Wind
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M