distributionnotfound专题

rosdep问题 pkg_resources.DistributionNotFound: The 'rosdistro=0.7.5' distribution

问题1 rosdep出现错误 pkg_resources.DistributionNotFound: The 'rosdistro>=0.7.5' distribution 解决方法 pip install rosdistro==0.7.5 -i https://pypi.tuna.tsinghua.edu.cn/simple 问题2 roscore出现错误 Invalid <par

pkg_resources.DistributionNotFound: The ‘psutil>=5.6.1; platform_python_implementation== 报错解决

今天需要基于gevent来启动gunicorn部署的flask服务,在Python2版本下面的时候是正常启动的,但是在Python3版本下面启动测试的时候就报错了,报错信息如下所示: pkg_resources.DistributionNotFound: The 'psutil>=5.6.1; platform_python_implementation== "CPython" or

ipython 报错:pkg_resources.DistributionNotFound: importlib

问题:mac 启动ipython报错,pkg_resources.DistributionNotFound: importlib 解决方法:重新安装ipython 终端输入: 1.export CFLAGS=-Qunused-arguments 2.export CPPFLAGS=-Qunused-arguments 3.sudo -E pip install ipy