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

requirements.txt missing in package on PyPi #11

Closed
jmelett opened this issue Jul 22, 2021 · 2 comments
Closed

requirements.txt missing in package on PyPi #11

jmelett opened this issue Jul 22, 2021 · 2 comments

Comments

@jmelett
Copy link

jmelett commented Jul 22, 2021

Hi there,

Thanks for creating this package. I noticed that the package on PyPi misses the requirments.txt, which causes the install to fail. Installing it via pip from GitHub works though.

Cheers

#8 5.180 ERROR: Command errored out with exit status 1: #8 5.180 command: /usr/local/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-resolver-c833913s/ariadne-jwt/setup.py'"'"'; __file__='"'"'/tmp/pip-resolver-c833913s/ariadne-jwt/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-q69q_jk3 #8 5.180 cwd: /tmp/pip-resolver-c833913s/ariadne-jwt/ #8 5.180 Complete output (5 lines): #8 5.180 Traceback (most recent call last): #8 5.180 File "<string>", line 1, in <module> #8 5.180 File "/tmp/pip-resolver-c833913s/ariadne-jwt/setup.py", line 21, in <module> #8 5.180 with open('requirements.txt', 'r') as fin: #8 5.180 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'

@Usama0121
Copy link
Owner

I did not encounter this issue.
the following command worked fine
pip install ariadne-jwt

@jmelett
Copy link
Author

jmelett commented Aug 11, 2021

Thanks - then it's an issue on my side. Cheers

@jmelett jmelett closed this as completed Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants