BenBrostoff / draftfast

A tool to automate and optimize DraftKings and FanDuel lineup construction.
282 stars 112 forks source link

No matching distribution found for ortools==6.8.5452 #81

Closed adamdarr closed 5 years ago

adamdarr commented 5 years ago

Running python2 -m pip install -r requirements.txt gives me the following error:

Could not find a version that satisfies the requirement ortools==6.8.5452 (from -r requirements.txt (line 11)) (from versions: 4.1.3717, 4.2.3724, 4.2.3758, 4.2.3790, 4.3.3802, 4.3.3803, 4.3.3805, 4.4.3842, 5.0.3919, 5.1.4045, 6.0.4217, 6.1.4333, 6.3.4430, 6.3.4431, 6.4.4495, 6.5.4527, 6.6.4656, 6.6.4659)
No matching distribution found for ortools==6.8.5452 (from -r requirements.txt (line 11))

Has anyone else run into this?

BenBrostoff commented 5 years ago

@adamdarr I get the same error. This PR was just merged in and I admittedly didn't test it since it passed the CI build. I'll roll this back 👍

BenBrostoff commented 5 years ago

@adamdarr I'm going to keep this issue open until I had Pipenv.lock or something like it to manage dependencies. I am using Pipenv on some other projects and this makes things way easier - @godd9170 recommended this on his previous PR and it's a great idea. This might take me a little bit since I will have to change the Docker setup. Let me know if you're able to get things working with ortools in the meanwhile.

adamdarr commented 5 years ago

@BenBrostoff Works now. Thanks.

BenBrostoff commented 5 years ago

This is now working from this PR and is Python3 compatible.