Python 安装 博客分类: Python pythonlinux
程序员文章站
2024-03-05 20:54:37
...
在centos6.5下 安装python3.5.3
下载python3.5.3.tar.gz
./configure
make && make install
make的时候发生错误
提示INFO: Can't locate Tcl/Tk libs and/or headers
安装tcl 和tk包
直接用yum install tcl ,
yum install tk
安装完毕后任然出错,
仔细看python.org/topics/tkinter/给出的指导:
You may have to install Tcl and Tk(when using RPM, install the –devel RPM as well) and /or edit the setup.py script to point to the right locations where Tcl/Tk is installed. If you install Tcl/Tk in the default locations, simply rerunning “make” should build the _tkinter extension.
所以我要安装tcl-devel 和tk-devel(我的系统是debian安装的是tk-dev)才能有头文件,
然后我就执行了
apt-get install tcl-devel
apt-get install tk-devel
安装完这两个包后问题就解决了。。。
下载python3.5.3.tar.gz
./configure
make && make install
make的时候发生错误
提示INFO: Can't locate Tcl/Tk libs and/or headers
安装tcl 和tk包
直接用yum install tcl ,
yum install tk
安装完毕后任然出错,
仔细看python.org/topics/tkinter/给出的指导:
You may have to install Tcl and Tk(when using RPM, install the –devel RPM as well) and /or edit the setup.py script to point to the right locations where Tcl/Tk is installed. If you install Tcl/Tk in the default locations, simply rerunning “make” should build the _tkinter extension.
所以我要安装tcl-devel 和tk-devel(我的系统是debian安装的是tk-dev)才能有头文件,
然后我就执行了
apt-get install tcl-devel
apt-get install tk-devel
安装完这两个包后问题就解决了。。。
推荐阅读
-
Python 安装 博客分类: Python pythonlinux
-
CentOS python升级到3.5(转) 博客分类: Python python
-
yum安装let's encrypt证书 博客分类: 软件安装软件使用 SSLcertbort
-
解决conda下载慢的问题 博客分类: Python conda
-
python环境配置 博客分类: 环境配置 python
-
Python 安装 博客分类: Python pythonlinux
-
解决conda下载慢的问题 博客分类: Python conda
-
安装 Siemens Java MTK 需要JRE1.4, 可我只有1.6 博客分类: J2ME MTKJavaMobileNokiaMicrosoft
-
OpenNebula SunStone的安装与配置 博客分类: OpenNebula opennebula
-
Eucalyptus在CentOS5.5环境下的单节点安装配置 博客分类: 云计算 云平台Eucalyptus安装