-
Notifications
You must be signed in to change notification settings - Fork 9
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
RuntimeError: SWIG std::function invocation failed. #2
Comments
Hi @yratof, sorry for the slow reply, I was away. What OS are you using, and how did you install or-tools? Thanks |
macOS and via pip. Possibly attempted via brew too, but I don’t believe had any luck finding it |
Hmm, that should work (I'm using the same setup) -- might be a version mismatch. What do you get if you run Here's my output:
|
[yratof@eve:~]
% pip freeze | grep ortools 1 ↵
ortools==6.7.4973
Looking like the same version
… On 20 Jul 2018, at 13:10, Paul Butler ***@***.***> wrote:
Hmm, that should work (I'm using the same setup) -- might be a version mismatch.
What do you get if you run pip freeze | grep ortools?
Here's my output:
~/Projects/penkit/optimizer: pip freeze | grep ortools
ortools==6.7.4973
ortools-examples==6.4.4495
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#2 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AA9Jz-lkvWNF3UupASLk9vGVuf_uPvpnks5uIbqagaJpZM4VGIBa>.
|
This was referenced Jul 5, 2019
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hitting an error whenever i'm not using greedy:
Any ideas to why
invocation failed
?The text was updated successfully, but these errors were encountered: