Replies: 2 comments 2 replies
-
You can do |
Beta Was this translation helpful? Give feedback.
1 reply
-
try or use a newer version? they're at 0.9.1, python>=3.10 https://github.com/GAA-UAM/scikit-fda/blob/develop/pyproject.toml |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Love the marimo sandbox mode in combination with uvx, you have everything you need to run your notebooks inside the sandbox. But I want to edit the marimo notebook with a specific python version. I have a requirement that can't run in python >3.10. So I start the notebook like so:
My dependencies are declared like so in my .py:
It doesn't seem to respect the python version in either the uvx --python parameter or the requires-python = "<3.10" in the script because when I try to run the note book I get the error:
I have also tried setting UV_PYTHON=3.9.20 environment variable like mentionned in marimo documentation here, but it doesn't help.
What am I doing wrong?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions