You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried quarto check and it cannot detect my python installation. I find that odd since I have python installed.
I've looked and there is nothing to configure or try otherwise.
I've tried
$env:QUARTO_PYTHON="python"
Doesn't work either.
Here's the print of what I got:
PS C:\Users\tpb398\Documents\GitHub\hexagon_paper> quarto check
[>] Checking Quarto installation......OK
Version: 1.2.280
Path: C:\Users\tpb398\scoop\apps\quarto\current\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.2
Path: C:/Users/tpb398/scoop/apps/r/current
LibPaths:
- C:/Users/tpb398/scoop/persist/r/site-library
- C:/Users/tpb398/scoop/apps/R/4.2.2/library
rmarkdown: 2.19
[>] Checking Knitr engine render......OK
PS C:\Users\tpb398\Documents\GitHub\hexagon_paper> python
Python 3.10.5 (tags/v3.10.5:f377153, Jun 6 2022, 16:14:13) [MSC v.1929 64 bit (AMD64)] on win32
>>> exit()
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I've tried
quarto check
and it cannot detect my python installation. I find that odd since I have python installed.I've looked and there is nothing to configure or try otherwise.
I've tried
Doesn't work either.
Here's the print of what I got:
Beta Was this translation helpful? Give feedback.
All reactions