
1 mnhkahn Oct 10, 2015 要不试试 apt-get 。。。 |
2 wd Oct 10, 2015 你执行的 supervisor 是你安装的那个么? |
3 wgjak47 Oct 10, 2015 via Android pip 和运行 supervisor 的 Python 版本是一样的吗? |
4 ry_wang Oct 10, 2015 meld3 的版本有问题吧,看看系统现在装的是啥版本 |
5 yishenggudou Oct 10, 2015 py 的 包管理 确实不严谨 依赖 经常高不对 |
6 aivier Oct 10, 2015 pip install supervisor --upgrade pip install meld3 --upgrade 我猜的,你试试吧,无害命令... |
7 tinyproxy Oct 10, 2015 用 virtualenv 装好一个 supervisor 用,就是启动的时候有点恶心 |
8 tkisme Oct 10, 2015 一般还是 apt 吧,而且还是觉得写成一个服务脚本来启动舒心很多 |
9 aiver Oct 10, 2015 一般 supervisor 是系统安装吧,很少用环境安装的 |
10 henryon Oct 10, 2015 python 版本用的那个?? |
12 henryon Oct 13, 2015 pythonpath 贴下? python -c “ import sys;print sys.path" |
13 Bryan0Z OP ['', '/usr/local/lib/python2.7/dist-packages/distribute-0.6.14-py2.7.egg', '/usr/local/lib/python2.7/dist-packages/pip-7.1.2-py2.7.egg', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-linux2', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages','/usr/lib/pymodules/python2.7'] @henryon 像这样的~ |
15 glasslion Aug 8, 2016 诈尸啦, 刚刚也碰到这个问题: pip freeze 发现已安装 meld3== 1.xx , 怀疑是 setuptools 检查版本号的逻辑有 bug Google 后, 发现确实是 setuptools 的锅 https://github.com/Supervisor/meld3/issues/23 正确的做法是升级 setuptools: pip install -U setuptools |
18 leyle Dec 5, 2017 @leyle 从源码安装了 meld3 就好了。。。 git clone https://github.com/Supervisor/meld3 cd meld3 python setup.py install 初创公司毫无任何包袱,还要守着 centos6.x,大清都亡了。 |
22 nan0nan59520 Jul 8, 2019 |