periareon / req-compile

Python requirements compilation
MIT License
14 stars 4 forks source link

sdist doesnt include mandatory file for installation #5

Closed jayvdb closed 4 years ago

jayvdb commented 4 years ago

https://files.pythonhosted.org/packages/22/c4/1ea5720087bc48b762f1accc74873d4a3be959790c1f75aead7929484701/req-compile-0.10.8.tar.gz

Traceback (most recent call last):
  File "setup.py", line 12, in <module>
    install_requires=open("requirements.txt").readlines(),
FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'

Also https://pypi.org/project/qer/ points here, and has a similar problem - is it an old name for this tool? If so, maybe release a dummy version which points to the new name.

sputt commented 4 years ago

Ah right you are, I'll correct the source dists. Are you running on a platform for which you can't use the wheel? ARM Linux might work OK but I don't have MacOS support.

jayvdb commented 4 years ago

Thanks. RPM built https://build.opensuse.org/package/show/home:jayvdb:py-new/python-req-compile

sputt commented 4 years ago

Awesome, glad to see it worked for you