ubccr / hpc-toolset-tutorial

Tutorial for installing Open XDMoD, OnDemand, & ColdFront
GNU General Public License v3.0
121 stars 72 forks source link

Python version issues #111

Closed tomgreen66 closed 2 years ago

tomgreen66 commented 2 years ago

Seems a couple of Python issues:

  1. need a specific version of Pip for Python 3.6 - install currently fails due to pip install complaining about Python version. Currently see:
 Installing Jupyter..

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2596k  100 2596k    0     0  7281k      0 --:--:-- --:--:-- --:--:-- 7293k
ERROR: This script does not work on Python 3.6 The minimum supported Python version is 3.7. Please use https://bootstrap.pypa.io/pip/3.6/get-pip.py instead.
failed

The command '/bin/sh -c /build/install.sh && rm -rf /build' returned a non-zero code: 1
ERROR: Service 'slurmdbd' failed to build : Build failed

 Coldfront URL: https://localhost:2443
  1. Need to fix the PyMongo version to last version that supported Python 2.7 - the 4.x version retired support for it.
aebruno commented 2 years ago

@tomgreen66 Thanks for the PR! Apologies it took us so long to get back to you. This is indeed an issue. We're revamping the tutorial for PEARC22 and will incorporate these changes into the next release. Thanks again.