Dale
Dale7mo ago

Weird, that isn't working. But marimo

Weird, that isn't working. But marimo seems to be working fine, it's just not recognizing the --host command
No description
2 Replies
Myles Scolnick
Myles Scolnick7mo ago
what version are you on? you might need to upgrade
Dale
DaleOP7mo ago
Yup, that was the issue, just upgraded and now this works. Thank you I am trying to run marimo on a cluster. Is there anything you can think of that would be causing this sort of behavior? It shows that marimo is installed but marimo is not a command the cluster recognizes
[djblack@hpc3-gpu-24-08:~] $pip install marimo -U
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: marimo in ./.local/lib/python3.10/site-packages (0.4.7)
...
[djblack@hpc3-gpu-24-08:~] $marimo edit
bash: marimo: command not found...
[djblack@hpc3-gpu-24-08:~] $pip install marimo -U
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: marimo in ./.local/lib/python3.10/site-packages (0.4.7)
...
[djblack@hpc3-gpu-24-08:~] $marimo edit
bash: marimo: command not found...
Actually, i think this is just a cluster issue, nothing marimo related. Likely a path problem