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

Strange circleCI error with requirements.txt file #34

Open
angrygoats opened this issue Oct 19, 2016 · 0 comments
Open

Strange circleCI error with requirements.txt file #34

angrygoats opened this issue Oct 19, 2016 · 0 comments

Comments

@angrygoats
Copy link

angrygoats commented Oct 19, 2016

I'm using your library on a personal project of mine I have running with circleCI. I've been getting the following build stopper recently -

Collecting oandapy==0.1 (from -r requirements.txt (line 12))
  Could not find a version that satisfies the requirement oandapy==0.1 (from -r requirements.txt (line 12)) (from versions: )
No matching distribution found for oandapy==0.1 (from -r requirements.txt (line 12))

pip install -r requirements.txt returned exit code 1

To fix this - you need this line in your requirements.txt

-e git+https://github.com/oanda/oandapy.git#egg=oandapy

I hope this helps someone else.

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

1 participant