setup.py dependency_links Pypi name conflict

不羁的心 提交于 2020-05-15 07:42:47

问题


I have a non-Pypi package that I want to install using setup.py file, so I include it in the dependency_links:

dependency_link=['package_url.tar.gz']

The problem there's another package with the same name on Pypi, so the setup.py just ignores my dependency_links line and installs that. Is there a way around this?

来源:https://stackoverflow.com/questions/41602869/setup-py-dependency-links-pypi-name-conflict

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