Manually install a python distribute package occuring IOError: CRC check failed

让人想犯罪 __ 提交于 2019-12-08 04:54:58

问题


I'm using ubuntu 12.04 and I wanted to enable ubuntu one at first. So I ran ubuntuone-control-panel-qt. Then it said ImportError: No module named pkg_resources. The solutions I found on Internet said it could be fixed by reinstalling the python distribute package. So I used curl -O http://python-distribute.org/distribute_setup.yp and then python distribute_setup.pyBut an annoying message appeared, saying that IOError: CRC check failed 0x77057d99 != 0xec0a9eeLI was almost driven crazy. How can I solve the problem?


回答1:


The downloaded file is most likely corrupted, try re-downloading it again. (Also note the distribute_setup.yp extension typo).



来源:https://stackoverflow.com/questions/17859553/manually-install-a-python-distribute-package-occuring-ioerror-crc-check-failed

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