Akshay
Akshay3mo ago

marimo export html with CLI args (poetry bug)

@nellyg moving our discussion here. What version of marimo are you using? I can't reproduce your issue on the latest version.
Solution:
GitHub
command argument conflicts when using poetry run · Issue #1368 · ...
I am on the latest Poetry version. I have searched the issues of this repo and believe that this is not a duplicate. If an exception occurs when executing a command, I executed it again in debug mo...
Jump to solution
6 Replies
nellyg
nellyg3mo ago
Here is exactly what I am doing
No description
Akshay
AkshayOP3mo ago
Hmm, still can't reproduce the issue. I don't have poetry set up, but I did uv run marimo ... as per your command and that also worked. what shell are you using? though i feel that shouldn't matter ... What version of click do you have?
nellyg
nellyg3mo ago
click==8.1.7 I am in zsh on a macbook. Running python 3.11.4
Akshay
AkshayOP3mo ago
Tried with poetry, and that's the culprit idk why poetry would fail whereas uv doesn't. seems like a bug in poetry to me.
Solution
Akshay
Akshay3mo ago
GitHub
command argument conflicts when using poetry run · Issue #1368 · ...
I am on the latest Poetry version. I have searched the issues of this repo and believe that this is not a duplicate. If an exception occurs when executing a command, I executed it again in debug mo...
nellyg
nellyg3mo ago
well then... I will just activate my python environment and go from there. Thanks That does indeed solve the issue. Weird