Can not execute `setup.py` since setuptools is not available in the build environment
安装 三方库时报错·Can not executesince setuptools is not available in the build environment·尝试 更新 pip setuptools 问题解决python -m pip install --upgrade pippython -m pip install --upgrade setuptools
·
安装 三方库时报错
·Can not execute setup.py
since setuptools is not available in the build environment·
尝试 更新 pip setuptools 问题解决
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
更多推荐
所有评论(0)