mu-editor / mu

A small, simple editor for beginner Python programmers. Written in Python and Qt5.
http://codewith.mu
GNU General Public License v3.0
1.4k stars 434 forks source link

Mu 1.20 doesn't work on MacOS High Sierra 10.13 due to zmq dependency #2398

Closed mrz944 closed 1 year ago

mrz944 commented 1 year ago

What were you trying to do?

Run .app

What steps did you take to trigger the issue?

Run Mu Editor for the first time

What did you expect to happen?

No response

What actually happened?

No response

Operating System Version

MacOS High Sierra 10.13.6

Mu Version

1.2.0

Other Info

When I tried to run Mu Editor for the first time app crashed with no error dialog. I tried running ./Applications/Mu\ Editor.app/Contents/MacOS/Mu\ Editor directly from the console and got an error caused by non compatible libsodium.23.dylib used by zmq.

After I manually downgraded entire Mu\ Editor.app/Contents/Resources/Python/lib/python3.8/site-packages/zmq catalog with zmq 20.0.0, everything works flawless.

Editor Log

No response

carlosperate commented 1 year ago

Thanks for the repor @mrz944!

We've identified this in issue https://github.com/mu-editor/mu/issues/2368 and should be fixed with PR https://github.com/mu-editor/mu/pull/2371.

The latest builds from CI should work correctly and the fix will be present in the next release, so I'll close this one as resolved (although not yet release).

You can download a test installer from the bottom of this page: https://github.com/mu-editor/mu/actions/runs/3885190040

image

Thanks!