easy_install libmysqld-dev error :'NoneType' object has no attribute 'clone'

核能气质少年 提交于 2019-11-29 15:10:43

Try to update setuptools:

easy_install -U setuptools

This error indicates that easy-install cannot locate the package, meaning that it is not found. You'd be better off installing the dev package via your distribution's package manager (apt-get etc)

If you examine the output carefully, notice:

Reading http://pypi.python.org/simple/
No local packages or download links found for libmysqld-dev
Best match: None
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!