desautm · GitHub

Bug description

I'm on Windows 10 and Quarto can't seem to detect my Python installation.

Nom de l’hôte:                              L108235
Nom du système d’exploitation:              Microsoft Windows 10 Entreprise
Version du système:                         10.0.19044 N/A build 19044
Fabricant du système d’exploitation:        Microsoft Corporation
C:\Users\mdesautels>py --list
 -V:3.11 *        Python 3.11 (64-bit)
 -V:3.9
 -V:ContinuumAnalytics/Anaconda39-64 Anaconda py39_4.12.0
C:\Users\mdesautels>quarto check
[>] Checking Quarto installation......OK
      Version: 1.2.269
      Path: C:\Users\mdesautels\AppData\Local\Programs\Quarto\bin
      CodePage: 1252
[>] Checking basic markdown render....OK
[>] Checking Python 3 installation....(None)
      Unable to locate an installed version of Python 3.
      Install Python 3 from https://www.python.org/downloads/
[>] Checking R installation...........OK
      Version: 4.2.1
      Path: C:/ProgrammesMAD/R-4.2.1
      LibPaths:
        - C:/ProgrammesMAD/R-4.2.1/library
      rmarkdown: 2.18
[>] Checking Knitr engine render......OK

Checklist

  • Please include a minimal, fully reproducible example in a single .qmd file? Please provide the whole file rather than the snippet you believe is causing the issue.
  • Please format your issue so it is easier for us to read the bug report.
  • Please document the RStudio IDE version you're running (if applicable), by providing the value displayed in the "About RStudio" main menu dialog?
  • Please document the operating system you're running. If on Linux, please provide the specific distribution.

Read the original on github.com ↗