ok icon indicating copy to clipboard operation
ok copied to clipboard

requirements.txt

Open brunoyun opened this issue 4 years ago • 2 comments

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

brunoyun avatar Apr 28 '20 13:04 brunoyun

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

colinschoen avatar May 05 '20 07:05 colinschoen

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

jhudsy avatar Jun 09 '20 16:06 jhudsy