You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.
Stack trace on using command pip install flast-jwt-oidc:
Downloading flask_jwt_oidc-0.1.5.tar.gz (9.7 kB)
ERROR: Command errored out with exit status 1:
command: /Users/aseed.usmani/PycharmProjects/testApp/venv/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/qm/50n6kw9149scfj4lqv9nd49cyhm2mt/T/pip-install-bUUfxm/flask-jwt-oidc/setup.py'"'"'; __file__='"'"'/private/var/folders/qm/50n6kw9149scfj4lqv9nd49cyhm2mt/T/pip-install-bUUfxm/flask-jwt-oidc/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 /private/var/folders/qm/50n6kw9149scfj4lqv9nd49cyhm2mt/T/pip-install-bUUfxm/flask-jwt-oidc/pip-egg-info
cwd: /private/var/folders/qm/50n6kw9149scfj4lqv9nd49cyhm2mt/T/pip-install-bUUfxm/flask-jwt-oidc/
Complete output (7 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/qm/50n6kw9149scfj4lqv9nd49cyhm2mt/T/pip-install-bUUfxm/flask-jwt-oidc/setup.py", line 50, in <module>
requirements = read_requirements('requirements/prod.txt')
File "/private/var/folders/qm/50n6kw9149scfj4lqv9nd49cyhm2mt/T/pip-install-bUUfxm/flask-jwt-oidc/setup.py", line 32, in read_requirements
with open(filename, 'r') as req:
IOError: [Errno 2] No such file or directory: 'requirements/prod.txt'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.```
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Stack trace on using command
pip install flast-jwt-oidc
:The text was updated successfully, but these errors were encountered: