statik icon indicating copy to clipboard operation
statik copied to clipboard

pip install fails on git+ link

Open jayvdb opened this issue 7 years ago • 2 comments

9:19:43 PM: Collecting git+https://github.com/thanethomson/statik (from -r requirements.txt (line 1))
9:19:43 PM:   Cloning https://github.com/thanethomson/statik to /tmp/pip-req-build-a2hbp818
9:19:44 PM:     Complete output from command python setup.py egg_info:
9:19:44 PM:     error in statik setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Invalid requirement, parse error at "'+https:/'"

Caused by https://github.com/thanethomson/statik/pull/92

jayvdb avatar Dec 05 '18 14:12 jayvdb

Problem isnt completely fixed.

A calling program would need two requirements atm:

git+https://github.com/kx-chen/netlify_deployer.git
git+https://github.com/jayvdb/statik

We'll work to get the custom netlify_deployer released quickly so this problem goes away

jayvdb avatar Dec 05 '18 15:12 jayvdb

@kx-chen , can you send a PR to update the dependency once the deployer is on pypi

jayvdb avatar Dec 29 '18 17:12 jayvdb