已经自己解决。
使用 - wget http://download.bt.cn/install/bt-uninstall.sh
- sh bt-uninstall.sh
复制代码
卸载BT面板,然后重新安装就好了。
查看安装记录,应该是PIP的问题,PIP版本过低。
- You are using pip version 7.1.0, however version 9.0.2 is available.
- You should consider upgrading via the 'pip install --upgrade pip' command.</font>
- /usr/lib/python2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
- InsecurePlatformWarning
- Collecting pip
- Downloading https://pypi.doubanio.com/packages/e7/f9/e801dcea22886cd513f6bd2e8f7e581bd6f67bb8e8f1cd8e7b92d8539280/pip-9.0.2-py2.py3-none-any.whl (1.4MB)
- 100% |████████████████████████████████| 1.4MB 36.6MB/s
- Installing collected packages: pip
- Found existing installation: pip 7.1.0
- Uninstalling pip-7.1.0:
- Successfully uninstalled pip-7.1.0
- Successfully installed pip-9.0.2</span>
- DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python 2.6
- Requirement already satisfied: psutil in /usr/lib64/python2.6/site-packages</span>
复制代码
经过升级PIP,这个问题完美解决。
|