Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyPi version missing requirements.txt in tar.gz file #126

Open
aweaver1fandm opened this issue May 30, 2024 · 0 comments
Open

PyPi version missing requirements.txt in tar.gz file #126

aweaver1fandm opened this issue May 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@aweaver1fandm
Copy link

The your-0.6.7.tar.gz file on PyPi (https://pypi.org/project/your/#files)
is missing requirements.txt. The same file on github (under the releases section) does have it.

I'm trying to create a spack package for Your and it won't build from PyPi because of the missing requirements.txt

File "/tmp/root/spack-stage/spack-stage-py-your-0.6.7-5rjcujyvf5f77aeutxgtljlhm6prgcfc/spack-src/setup.py", line 6, in
with open("requirements.txt") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
error: subprocess-exited-with-error

@aweaver1fandm aweaver1fandm added the bug Something isn't working label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant