我正在运行 CentOS,它已经安装了 Python2.6。我安装了 Python2.7,我可以使用 查看版本2.7
。python -V
我安装了demjson
模块(pip install demjson
),然后尝试执行该程序。它抛出了类似未找到模块的错误。我尝试重新安装模块并收到如下错误
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 (use --upgrade to upgrade): demjson in /usr/lib/python2.6/site-packages
我该如何解决这个问题?模块仍然2.6
答案1
我按照这里提到的步骤操作,我有两个版本的 python!python2.6.6 和 python2.7.8,但我仍在想办法将包安装到特定版本!这可能会有所帮助。
https://dmngaya.com/2015/10/25/installing-python-2-7-on-centos-6-7/
是的!按照提到的步骤操作,它就成功了,你只需要链接路径!*欢呼