Joulescope UI 0.9.2 and MacOS Big Sur

I just received a report that the Joulescope UI 0.9.2 does not work on MacOS Big Sur 11.0.1. We are currently investigating. Joulescope UI 0.9.2 was built on MacOS 10.15.

We are also looking into the impact of the new M1 chip devices with ARM (rather than Intel) architecture.

In the meantime, you can try running from python directly. First, install brew on your machine. Open a terminal, and type:

brew update
brew upgrade
pip3 install -U  joulescope_ui PySide2

You should then be able to run the Joulescope UI using:

python3 -m joulescope

Update: I have confirmed that this works. Also see issue #108.

The Joulescope UI 0.9.3, released today, now runs on Big Sur. You can download the official release. The new ARM architecture using the M1 chip is still untested…

I can confirm, Joulesope 0.9.3 works flawless on Big Sure and Apple Silicon M1 with Rosetta.

1 Like

Thanks @Noeldi! Great to hear that the emulation is working correctly. Our new M1 MacBook Pro just arrived. We will be trying this out shortly, too.