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:Jump to solution
yea it's a bug in poetry: https://github.com/python-poetry/poetry/issues/1368#issuecomment-541798806
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...
6 Replies
Here is exactly what I am doing
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?click==8.1.7
I am in zsh on a macbook. Running python 3.11.4Tried 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
yea it's a bug in poetry: https://github.com/python-poetry/poetry/issues/1368#issuecomment-541798806
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...
well then...
I will just activate my python environment and go from there. Thanks
That does indeed solve the issue. Weird