问题不
pip在于,在于
setuptools。负责
setup()调用的是
setuptools程序包(setuptools或分发项目)。
无论是
setuptools或
distribute理解的网址类型,他们了解压缩包/ zip文件。
尝试指向Github的下载网址-通常是一个zip文件。
您的
dependency_links输入可能看起来像:
dependency_links=[ 'https://github.com/user/app_b/archive/0.1.1.zip#egg=app_b-0.1.1']
有关更多信息,请访问http://peak.telecommunity.com/DevCenter/setuptools#dependencies-
that-aren-t-in-
pypi



