解决一些python的问题记录
Posted michellel.top
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决一些python的问题记录相关的知识,希望对你有一定的参考价值。
1、python3中出现ModuleNotFoundError: No module named ‘pkg_resources‘
wget https://bootstrap.pypa.io/ez_setup.py -O - | python3
2、ubuntu 升级了 python3.7 后, pip3 运行报错,且无法安装,
python -m pip install -U pip
3、没有名为pkg_resources的模块
pip install --upgrade setuptools
pip install --upgrade distribute
以上是关于解决一些python的问题记录的主要内容,如果未能解决你的问题,请参考以下文章