okpy / ok

ok.py supports programming projects by running tests, tracking progress, and assisting in debugging.
Apache License 2.0
335 stars 84 forks source link

requirements.txt #1391

Open brunoyun opened 4 years ago

brunoyun commented 4 years ago

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 commented 4 years ago

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

jhudsy commented 4 years ago

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