pip does not install my package dependencies
问题 I have developed a python package on github that I released on PyPi. It installs with pip install PACKAGENAME , but does not do anything with the dependencies that are stated in the "install_requires" of the setup.py file. Weirdly enough, the zip file of the associated release does install all dependencies.. I tried with different virtual environments and on different computers but it never installs the dependencies.. Any help appreciated. 回答1: pip install pythutils downloads a wheel if it's