ComputeCanada / puppet-jupyterhub

Puppet module to deploy a JupyterHub that submits job to Slurm
MIT License
11 stars 7 forks source link

Error: Could not find command '/usr/bin/python3.9' in jupyterhub:base::install::venv class #45

Closed JacobJanzen closed 1 year ago

JacobJanzen commented 1 year ago

When running this module on Alma 8, I've been running into an issue where the class jupyterhub::base::install::venv is run after the jupyterhub::base::install::packages class which it depends on. This means that puppet needs to be run twice to get everything installed.