这个错误差点把我逼疯了!
安装扭曲时,出现了一个错误,这是我的终端告诉我的:
Processing Dependency: python = 2.6.6-64.el6 for package: tkinter- 2.6.6-64.el6.x86_64
--> Finished Dependency Resolution
Error: Package: tkinter-2.6.6-64.el6.x86_64 (rhel)
Requires: python = 2.6.6-64.el6
Installed: python-2.6.6-66.el6_8.x86_64 (@rhel-6-workstation-rpms)
python = 2.6.6-66.el6_8
Available: python-2.6.6-64.el6.x86_64 (rhel)
python = 2.6.6-64.el6当我把我的东西放在/usr/bin中时,它会显示:
[root@dhcp-128-69 bin]# ls -l python*
-rwxr-xr-x. 2 root root 9032 Aug 9 18:12 python
lrwxrwxrwx. 1 root root 6 Nov 23 14:35 python2 -> python
-rwxr-xr-x. 2 root root 9032 Aug 9 18:12 python2.6
-rwxr-xr-x. 1 root root 1418 Aug 9 18:12 python2.6-config
lrwxrwxrwx. 1 root root 16 Nov 23 14:38 python-config -> python2.6-config作为补充:
[root@dhcp-128-69 bin]# python -V
Python 2.7.10那么我怎样才能获得我的python-2.6.6-64呢?
或者有什么办法能让我安装成功?
发布于 2016-11-25 05:49:41
安装软件包的步骤如下:
easy_install zope.interface-3.6.1-py2.5-win32.egghttps://stackoverflow.com/questions/40798423
复制相似问题