Skip to main content

How do I use Gurobi with Raspberry Pi OS?

Answered

Comments

3 comments

  • Riley Clement
    Gurobi Staff Gurobi Staff

    Hi Matheus,

    Which OS are you running? Is it 32 or 64 bit? (running `uname -m` in the terminal will probably tell you).

    - Riley

    1
  • Greg Glockner
    Gurobi Staff Gurobi Staff

    The Pi Zero 2W supports both armv7l (32-bit) and aarch64 (64-bit) operating systems, but Gurobi only supports 64-bit Linux. So you will need to ensure that you install 64-bit Raspberry Pi OS.

    Also note that the Pi Zero 2W is very slow. The Raspberry Pi 4 or 5 is much faster, and they also support more RAM. I would only use the Pi Zero 2W if your application requires the smaller form factor or the lower power consumption.

    0
  • Matheus Abreu
    First Comment
    Gurobi-versary
    First Question

    I realized that I had installed the 32-bit version. After installing the 64-bit version, I managed to do it.

    Thanks for your help!

    1

Please sign in to leave a comment.