Unable to install quatro-cli getting ERROR: Failed building wheel for quarto-cli? #11553
Replies: 3 comments 19 replies
-
Could you elaborate on what you did and what environment precisely? |
Beta Was this translation helpful? Give feedback.
-
I'm not on Windows, but I can't repro this on a fresh virtual environment running Python 3.12.6:
|
Beta Was this translation helpful? Give feedback.
-
@johnsnow09 as you are using anaconda, this is directly related to this other report: It seems building wheel in the context of installing our quarto-cli package from pipy is clearly problematic in Conda environment context. When using conda, I would highly recommend using the conda-forge version: https://anaconda.org/conda-forge/quarto Otherwise, I would not use conda environment and install using pip. Obviously you can also install quarto without pinning a version in an environment by just installing the correct version your system. The python package bundled are there for users who need to pin a specific version of quarto in time inside a virtual environment. Anyhow, I don't know what is happening in Conda context that makes our quarto-cli package fail installed, and it will be hard to solve without knowing. There are other ways to install quarto so I would advice to switch for now. Hope it helps |
Beta Was this translation helpful? Give feedback.
-
Description
I am trying to install Quarto in Python by using the pip command pip install quarto-cli but getting error:
Error:
Using System is Windows 11
Python version: Python 3.12.4
Not sure how to fix it.
Beta Was this translation helpful? Give feedback.
All reactions