-
Notifications
You must be signed in to change notification settings - Fork 132
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
PuLP not working #603
Comments
Please post the full stack trace, and the relevant sections of your code. |
This is the stack trace
Here is my code
The line where it crashes is this one : I also tried a bunch of things from here https://coin-or.github.io/pulp/guides/how_to_configure_solvers.html , like giving the path to the solver and Configuring where the CMD solvers write their temporary files, but nothing seems to work. |
Unfortunately it looks like this feature requires an external executable (#605), so we won't be able to support it at the moment. Sorry about that. If anyone else wants this package too, please click the thumbs-up button above. |
It's been over a year and only one person has requested this package, so we won't be building it in the foreseeable future. However, the package build tool is now open-source, so if you'd like to try building this package yourself, follow the instructions here. And if you're successful, please make a pull request so we can add it to the public repository. If anyone else wants this package, please click the thumbs-up button above and post a comment, and I'll reopen the issue. |
Hi!
I'm new to Android and I'd like to build a small app that uses an optimization python algorithm written with PuLP. I've been trying to make it work for weeks with no result. It seems that there is a problem with the PuLP solver not working in chaquopy. My question is whether PuLP can be used in chaquopy ?
This is one of the errors I'm getting. But there are many more sice I tried a lot of different things to make it work.
'/data/data/com.example.myapplication/files/chaquopy/AssetFinder/requirements/pulp/apis/../solverdir/cbc/linux/64/cbc'
Thank you for your answer.
The text was updated successfully, but these errors were encountered: