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

latest ortools breaks populationsim so we froze the required package version #108

Closed
bstabler opened this issue Feb 7, 2020 · 6 comments
Assignees

Comments

@bstabler
Copy link
Contributor

bstabler commented Feb 7, 2020

@binnympaul "Looks like the new release of ortools (7.5.7466, released Jan 28) is breaking populationsim. I’m trying a run after installing the previous version of ortools (7.4.7247 )and PopulationSim seems to be running beyond the error point."

@bstabler
Copy link
Contributor Author

bstabler commented Feb 7, 2020

For the time being, after running pip install populationsim, run the following command:

pip install ortools==7.4.7247

@blakerosenthal
Copy link
Contributor

This seems to be related to google/or-tools#1874

The latest version of ortools has some uncompiled binaries that require the VS C++ redistributable extra be installed on Windows 10.

@fpnick
Copy link

fpnick commented Feb 12, 2020

Is this going to be the case for all the following versions? In my case, I don' think I could ship my code with this additional requirement.

@blakerosenthal
Copy link
Contributor

Is this going to be the case for all the following versions? In my case, I don' think I could ship my code with this additional requirement.

@fpnick I think you meant to comment on google/or-tools#1874! PopulationSim would prefer not to ship with this requirement either! 😅

@fpnick
Copy link

fpnick commented Feb 12, 2020

No, I did mean to comment here, I thought you knew more details about this :D

My issue over there was closed, so I don't have big hopes that they'll get rid of that again...

@blakerosenthal
Copy link
Contributor

@fpnick Hoping they include all the precompiled stuff in future releases! Looks like the documentation has been updated to include the VS C++ installation though, so there's a possibility they'll leave this dependency around for a while :/

@bstabler bstabler reopened this Mar 17, 2020
@bstabler bstabler changed the title new release of ortools breaks populationsim latest ortools breaks populationsim so we froze the required package version Mar 17, 2020
@bstabler bstabler closed this as completed Apr 1, 2021
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

3 participants