Max Schaller
Max Schaller•15mo ago

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.
No description
6 Replies
Akshay
Akshay•15mo ago
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.
Myles Scolnick
Myles Scolnick•15mo ago
That could be likely - @Max Schaller would it be possible to try Chrome - just so we can reduce the surface area of the problem
Akshay
Akshay•15mo ago
Max, do you see the issue right away (in an empty notebook)? Or when does the issue arise?
Max Schaller
Max SchallerOP•15mo ago
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.
Akshay
Akshay•15mo ago
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.
Max Schaller
Max SchallerOP•15mo ago
Awesome, thanks! Everything works now on my side as well.