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 #1391

Open
brunoyun opened this issue Apr 28, 2020 · 2 comments
Open

requirements.txt #1391

brunoyun opened this issue Apr 28, 2020 · 2 comments

Comments

@brunoyun
Copy link

It seems that the command to install from requirements.txt does not work.

The problem seems from: flask-SQLAlchemy

https://github.com/c-w/flask-sqlalchemy/archive/2.2-with-engine-params-fix.zip

@colinschoen
Copy link
Member

Can you include the pip install -r requirements.txt output

@jhudsy
Copy link

jhudsy commented Jun 9, 2020

I am having a similar problem, here is my pip install -r requirements.txt output:

(env) osboxes@osboxes:~/ok$ pip install -r requirements.txt 
Collecting https://github.com/okpy/webassets/archive/978b8063ce80c7f91c6bf080872dafe4eecf2454.zip (from -r requirements.txt (line 29))
  Downloading https://github.com/okpy/webassets/archive/978b8063ce80c7f91c6bf080872dafe4eecf2454.zip
     | 243 kB 221 kB/s
Collecting https://github.com/apache/libcloud/archive/9039968249cba20a546e5d1eb54ad2efbfa79f43.zip (from -r requirements.txt (line 38))
  Downloading https://github.com/apache/libcloud/archive/9039968249cba20a546e5d1eb54ad2efbfa79f43.zip
     \ 6.5 MB 4.0 MB/s
Collecting https://github.com/c-w/flask-sqlalchemy/archive/2.2-with-engine-params-fix.zip (from -r requirements.txt (line 55))
  ERROR: HTTP error 404 while getting https://github.com/c-w/flask-sqlalchemy/archive/2.2-with-engine-params-fix.zip
  ERROR: Could not install requirement https://github.com/c-w/flask-sqlalchemy/archive/2.2-with-engine-params-fix.zip (from -r requirements.txt (line 55)) because of error 404 Client Error: Not Found for url: https://github.com/c-w/flask-sqlalchemy/archive/2.2-with-engine-params-fix.zip
ERROR: Could not install requirement https://github.com/c-w/flask-sqlalchemy/archive/2.2-with-engine-params-fix.zip (from -r requirements.txt (line 55)) because of HTTP error 404 Client Error: Not Found for url: https://github.com/c-w/flask-sqlalchemy/archive/2.2-with-engine-params-fix.zip for URL https://github.com/c-w/flask-sqlalchemy/archive/2.2-with-engine-params-fix.zip

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

3 participants