试图使用git链接来安装一个在github上的软件包。为此,我在我的requirements.txt文件中加入了以下一行。
[-e] git+https://github.com/deribit/deribit-api-clients#egg=python
But I get the following error when I run eb deploy -v
CalledProcessError: Command '/opt/python/run/venv/bin/pip install -r /opt/python/ondeck/app/requirements.txt' returned non-zero exit status 1.
列出这样一个需求的正确方法是什么?该实例的Pip版本是9.0.3