-
Hello, The IssueWhen Quarto is installed in a Pixi environment, the required pandoc symlink is missing. This causes issues with the Quarto VS Code extension, as the visual editing mode relies on pandoc being available at a specific path (/opt/quarto/bin/tools/pandoc). Solution OverviewTo resolve this, you need to create a manual symlink for pandoc in the appropriate directory. Below is a step-by-step guide. Step-by-Step Solution
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
Could you elaborate on how you install Quarto exactly? And are you reporting an issue or actually reporting a way to solve one for an unofficial install of Quarto? GitHub Issues are for bug reports, whilst GitHub Discussions are preferred for discussions. (Don't open a new one, we can convert/transfer) Note that the official packaged version of Quarto are listed on GitHub release: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.6.39 Conda recipe for instance is not (really) maintain by Quarto team. For instance for the current stable release, the official and supported installers are:
|
Beta Was this translation helpful? Give feedback.
-
Sorry |
Beta Was this translation helpful? Give feedback.
-
I'm new to Python environments and have been trying to figure out the best way to include Quarto in my project's dependencies. Quarto is essential for my workflow, as I use it for generating fmy reports. Is there a reason why I shouldn't include Quarto as part of my environment dependencies (e.g., in the |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
-
I did not know about pixi: https://pixi.sh/latest/ The tool is building on Conda ecosystem: https://pixi.sh/latest/vision/#conda So I believe it will install the quarto bundle from conda-forge: https://anaconda.org/conda-forge/quarto This means the symlink problem needs to be resolved at Conda forge packaging: https://github.com/conda-forge/quarto-feedstock I am surprised this has not been reported yet there. To be sure it does not come from pixi itself, just using conda should be used. Anyhow, can you open an issue in https://github.com/conda-forge/quarto-feedstock as this is the installer you are using ? Thanks !
To add on that,
Hope it helps |
Beta Was this translation helpful? Give feedback.
For now as my study require to work with conda package I will stay with that.
Also Pixi is integrating uv see uv in pixi
I installed quarto binary finally to reduce possible other issues
Issue is created quarto-feedstock/issues/67