Including direct dependency download links in setup.py
问题 Can one specify direct download links for Python egg dependencies? I have Skype4Py as a dependency and easy_install seems to fail to download the file correctly from sourceforge.net (sourceforge.net issue). The resulting tar file is scrambled. https://github.com/stigkj/Skype4Py/issues/3 To work around this issue I'd like to specify a direct download link for Skype4Py archive to avoid the issues with sourceforge.net. 回答1: First of all, I highly recommend using pip instead of easy_install as it