-
DescriptionI would like to install the latest available I have already a system wide quarto installation ( I followed the same procedure that worked in this here #11380 (comment) , but it fails with the following (just a snippet of the full attached error.log ): snippet first run(quarto_venv) PS C:\Users\kompre\Desktop\__canc__\quarto_venv> uv pip install quarto-cli
× Failed to build `quarto-cli==1.7.33`
├─▶ The build backend returned an error
╰─▶ Call to `setuptools.build_meta.build_wheel` failed (exit code: 1)
# ...
error: could not create
'build\bdist.win-amd64\wheel\.\quarto_cli\share\deno_std\cache\deps\https\cdn.skypack.dev\010ab5a2e2b8bd9419eceeb3654e9d2f1412afd9065e89a8d3d03c58f29970dd.metadata.json': No such
file or directory
hint: This usually indicates a problem with the package or the build environment. Running like a madman again the same command full log error second runPS C:\Users\kompre\Desktop\__canc__\quarto_venv> uv pip install quarto-cli
Resolved 102 packages in 243ms
× Failed to build `quarto-cli==1.7.33`
├─▶ The build backend returned an error
╰─▶ Call to `setuptools.build_meta.build_wheel` failed (exit code: 1)
[stdout]
Current working directory: C:\Users\kompre\AppData\Local\uv\cache\sdists-v9\pypi\quarto-cli\1.7.33\PtcddCsxKxGbjvOFvhbha\src
running bdist_wheel
running build
running build_py
Downloading and installing quarto-cli binaries...
Downloading https://github.com/quarto-dev/quarto-cli/releases/download/v1.7.33/quarto-1.7.33-win.zip
[stderr]
C:\Users\kompre\AppData\Local\uv\cache\builds-v0\.tmp7JgUvx\Lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning:
`project.license` as a TOML table is deprecated
!!
********************************************************************************
Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on
setuptools>=77.0.0).
By 2026-Feb-18, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
corresp(dist, value, root_dir)
C:\Users\kompre\AppData\Local\uv\cache\builds-v0\.tmp7JgUvx\Lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning:
License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: MIT License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
dist._finalize_license_expression()
C:\Users\kompre\AppData\Local\uv\cache\builds-v0\.tmp7JgUvx\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are
deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: MIT License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
error: Destination path 'quarto_cli\bin\bin' already exists
hint: This usually indicates a problem with the package or the build environment.
I also tried and failed:
Lastly I spun the WSL and there I was able to install |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Did you try at another location than your "desktop"? at the root for example. Did you enable long paths? This is a usual source of issues on Windows. |
Beta Was this translation helpful? Give feedback.
Did you try at another location than your "desktop"? at the root for example.
Did you enable long paths? This is a usual source of issues on Windows.