Issue using marimo with Safari 15.3
Excited about marimo! 🤩
pip install marimo
followed by marimo tutorial intro
gives me this pop-up. It re-appears after clicking "Ok". Has this happened to anyone? Python 3.8, Safari 15.3, running locally.6 Replies
Hi Max! Great seeing you here. marimo uses some advanced browser capabilities that just recently made it into safari. I think we require Safari >= 16.4 (https://caniuse.com/?search=adoptedStyleSheets, @Myles Scolnick can you double check me). This could be causing the issue.
That could be likely - @Max Schaller would it be possible to try Chrome - just so we can reduce the surface area of the problem
Max, do you see the issue right away (in an empty notebook)? Or when does the issue arise?
Everything works with Chrome. With Safari, I tried an empty notebook via
marimo edit
, then the pop-up appears when I try to save the notebook through the bottom left button.I tried on 16.5.3. I can repro. So this is not related to adoptedStyleSheets.
In fact I'm getting 403 (Forbidden) for every backend api. Thanks for reporting Max, we'll look into it
@Max Schaller , we merged a fix and uploaded to PyPI as version 0.1.4. It should solve your issue.
Awesome, thanks! Everything works now on my side as well.