Replies: 2 comments
-
The core issue here is that Deno (our JavaScript runtime) doesn't work on RHEL 7. Here's the relevant issue in the Deno repo: denoland/deno#1658 |
Beta Was this translation helpful? Give feedback.
-
Until we find a permanent fix for RHEL, Cent OS 7 system, I am able to run I replace default I have tested installation as follows: module load quarto
# for now, quarto fails to check python without giving QUARTO_PYTHON
# variable
export QUARTO_PYTHON=<path to python3 in one of conda env with jupyter and R installed>
quarto check
I am yet to test if I can render python and R code on HPC using this work around. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are trying to run Quarto on a system used by a number of students, running Jupyterlab and Python on Anaconda.
The system is on RH - a constraint. We have tried both a) convert the deb file to rpm and b) compile from the source code. Both approaches gets the same error that the package needs to have GLIBC v2.18. The problem is the RH7 provides GLIBC v2.17 and the RH8 provides v2.28. We haven’t found a way to compile the package with v2.18 yet.
Would anyone be able to share experiences with Quarto on RH?
Beta Was this translation helpful? Give feedback.
All reactions