jjhelmus / berryconda

Conda based Python distribution for the Raspberry Pi
BSD 3-Clause "New" or "Revised" License
624 stars 61 forks source link

is there a way to get pyomo and glpk on the raspberry pi 3? #85

Open AndreGismo opened 2 years ago

AndreGismo commented 2 years ago

Hello community,

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!