Import error - help wanted #2377
-
I am trying to run my first quorto program, but get an error I am unable to understand.
Contents of "helloworld.qmd":
The kernel-name should be good enough, as the URL in the jupyter notebook is The error:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
This doesn't seem like a quarto error, it looks like a bad installation of Cython:
|
Beta Was this translation helpful? Give feedback.
-
Are you running Quarto from an activated conda prompt? Something like a the Miniconda prompt or miniforge prompt would be one way, though it appears that julia is somehow using conda for you, rather than you using conda itself. If you don't activate the conda environment, the DLL search paths go very bad, very quickly. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the really fast answers, sorry about the late reply. Yes, I let the package IJulia install minipython for me when prompted, and this is the only installation of conda or python. Is there any reason why that should not be good enough? I will test a manual install of miniconda now ^_^ |
Beta Was this translation helpful? Give feedback.
-
With a reinstallation of IJulia, it seems like the Cython issue was resolved. I was just able to generate my first quarto document! Thanks for your help, it pointed me in the right direction ^_^ |
Beta Was this translation helpful? Give feedback.
This doesn't seem like a quarto error, it looks like a bad installation of Cython: