-
Notifications
You must be signed in to change notification settings - Fork 115
Could not find a version that satisfies the requirement ortools==9.0.9048 #196
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
Comments
I just downloaded the repo and ran it instead when faced with the same issue. |
Hey all - I will look into this but note the tests run against a Docker
container and use the same dependencies. If you try the Docker setup and
review what’s happening in travis.yml this should be working at least with
that environment
…On Mon, Sep 12, 2022 at 8:49 AM Ram Goli ***@***.***> wrote:
I just downloaded the repo and ran it instead when faced with the same
issue.
—
Reply to this email directly, view it on GitHub
<#196 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVK35CFZZRDJW32QATAGBTV54RENANCNFSM6AAAAAAQKBHNM4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@kilabyte @ramGoli I spot-checked this on a clean Repl.it shell and this works. What Python version are you using here? |
Using 3.9.13 and 3.10.0. I have a feeling it's my m1 mac. Been messing around with it all day and I can only get it working in a Rosetta terminal calling 'pip install draftfast==3.7.11' Running the Docker compose from the repo using the dockerfile to build the image on the Apple M1 also causes issues. And it's all the same issue that it's complaining about dependency version |
On my end I run this on Rosetta since I also had issues with M1 (there's a thread about it here google/or-tools#2332) - for Docker I had to run like in this gist. You said though this also happened on Windows? |
ya it was the same error on windows that could also be from the WSL. I have moved over to pydfs instead and have that working. :( I'll keep an eye on the repo for changes but we can close this for now |
Tried on windows and mac m1 same results. I can mod the req files but other things start to blow up. Im just running the instructed
pip install draftfast
The text was updated successfully, but these errors were encountered: