ubuntu安装easygui模块

使用pip安装easygui

如果未安装pip,则使用如下命令

sudo apt-get install python-pip

安装完pip后,使用如下命令安装easygui

sudo pip install easygui

Ubuntu 下试了几个版本都没有效果,找到这个下载方法才得到正解!!

Just to help any others still stuck on this problem since the above did not work for me:

Do the following to install!

pip uninstall easygui

you may need to do it twice, until it says "Successfully uninstalled easygui-0.98.0"

Then run:

sudo apt-get install python3-easygui

IDK why this works but I am assuming it is because there is some bug in the version pip uses!

Note This will only work on ubuntu machines!

 
 
posted @ 2018-10-19 13:29  cicarius  阅读(949)  评论(0编辑  收藏  举报