如何在linuxmint上安装python软件
1个回答
展开全部
I had the same error and python3 works fine, however, before you
install please install the following dependencies. It will save you many
hours of pain that I had to go through trying to get tkinter to work
(note that several of the following don't exist, but just go through the
motions as I forget which ones aren't relevent anymore):
sudo apt-get install zlib1g-dev
sudo apt-get install build-essential
sudo apt-get install libncursesw5-dev
sudo apt-get install libreadline5-dev
sudo apt-get install libssl-dev
sudo apt-get install libgdbm-dev
sudo apt-get install libc6-dev
sudo apt-get install libsqlite3-dev
sudo apt-get install tk-dev
sudo apt-get install python-support
install please install the following dependencies. It will save you many
hours of pain that I had to go through trying to get tkinter to work
(note that several of the following don't exist, but just go through the
motions as I forget which ones aren't relevent anymore):
sudo apt-get install zlib1g-dev
sudo apt-get install build-essential
sudo apt-get install libncursesw5-dev
sudo apt-get install libreadline5-dev
sudo apt-get install libssl-dev
sudo apt-get install libgdbm-dev
sudo apt-get install libc6-dev
sudo apt-get install libsqlite3-dev
sudo apt-get install tk-dev
sudo apt-get install python-support
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询