ImportError: Entry point ('console_scripts', 'easy_install') not found

…衆ロ難τιáo~ 提交于 2019-12-05 09:06:24

The problem is likely multiple installed versions, stemming from installing via aptitude and pip/easy_install. This helped me:

pip uninstall <package>
sudo pip uninstall <package>
sudo aptitude remove <package>

then reinstall it...

So I just got this error too and I thought I would add this just in case anyone else stumbles on to this question. I tried uninstalling the pip with sudo and without and it still wasn't working. I looked at the path and it looks like the pip was being accessed from my trash bin I cleared my trash bin and my pip started working without any problems. I also checked searched my laptop through finder to make sure I deleted all instances of my pip throughout except for my project folder. It

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!