Replies: 2 comments
-
I don't know specifically about rye. I suppose you are referring to https://rye.astral.sh/
You should ask to rye community and then report back here if something needs to be adapted. Or you could advice use on what to do. As I said repo is there: https://github.com/quarto-dev/quarto-cli-pypi - we don't know rye specifically and need help to fix if there is a problem on our package side. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hello Chris, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Dear Community,
im using quarto into VS-Code some time now and wanted to put the quarto rendering process into a venv. acutally it seems like quarto is rendering in the "quarto_dev" environment which i can access via powershell and conda.
I decided to use rye package manager for the complete project and the quarto render command actually happened outside the .venv
Now i wanted to install quarto-cli with
rye add quarto-cli
with the follow result.then comes:
my rye version shows after doing
rye self update
I tried this with severeal versions - same result. I also moved my repo folder to another place with shorter path, but it didnt helped. Do you have an idea why rye is not installing it?
thanks in advance!
Mario
Beta Was this translation helpful? Give feedback.
All reactions