-
DescriptionI keep encountering the following build errors when trying to pip install quarto-cli on my Windows machine and I'm not sure how to resolve it, any suggestions would be great. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 17 replies
-
Unfortunately, a screenshot of an error is not enough. |
Beta Was this translation helpful? Give feedback.
-
Right now I can't reproduce What I did on my windows environment using uv (https://docs.astral.sh/uv) for managing venv
It installed latest quarto correctly. Verbose mode, also showed by not issue at the line where you got the error
So probably something related to your environment somehow. |
Beta Was this translation helpful? Give feedback.
Conda is setting these, hum, I really don't understand the appeal of this tool.It's actually Quarto apparently.
Anyhow, you basically put aside the method to install Quarto via PIP, right?
You've managed to install Quarto via Conda-Forge as you said.
Do you know where Quarto CLI is in this setup (the path)? (probably something like
conda/envs/quarto-py313/bin/quarto
)Using the same Docker image as before leads to everything working as intended in the terminal because that's where the environment is activated.
Does
quarto --version
work in your activated environment?If you open a ne…