You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
I am working on an optimization project and I am using pyomo and glpk. Everything works well - writing and testing the code happens on my laptop. But in the end my script should run on a raspberry pi 3. I was googling for a while but I can't find anything, not even one single result containing pyomo and raspberry pi. I am using conda on my laptop, and now I have found berryconda especially for raspberry pi - that's how I got here. I have allready searched the rpi channel, but unfortunately I didn't found glpk or pyomo. On the pyomo documentation I also can't find aything. I think I could use pip install, but it would be great to also have a pakage manager like conda. Does anyone know a solution?
Many thanks in advance!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello community,
I am working on an optimization project and I am using
pyomo
andglpk
. Everything works well - writing and testing the code happens on my laptop. But in the end my script should run on a raspberry pi 3. I was googling for a while but I can't find anything, not even one single result containing pyomo and raspberry pi. I am using conda on my laptop, and now I have found berryconda especially for raspberry pi - that's how I got here. I have allready searched the rpi channel, but unfortunately I didn't foundglpk
orpyomo
. On the pyomo documentation I also can't find aything. I think I could usepip install
, but it would be great to also have a pakage manager like conda. Does anyone know a solution?Many thanks in advance!
The text was updated successfully, but these errors were encountered: