Hello,
I have recently been attempting to get Spot to work on an ML cluster running 24.02 CUDA/PyTorch images (which have Python 3.10 installed).
Following the installation instructions and trying to install spot using the Debian install approach causes installation error stating that python 3.11 is required The following packages have unmet dependencies:
*libspotltsmin0 : Depends: libltdl7 (>= 2.4.7) but 2.4.6-15build2 is to be installedpython3-spot : Depends: python3 (>= 3.11~) but 3.10.6-1~22.04 is to be installedUnable to correct problems, you have held broken packages.* The website states that only python 3.6+ is required?
Is the website requirement outdated, the debian installation too restrictive on the python version or am I doing something wrong?
Thanks a bunch for your help, Best regards, Vladimir Krmsanovic
Hi Vlada,
Vlada Krsmanovic vladakrsmanovic@gmail.com writes:
I have recently been attempting to get Spot to work on an ML cluster running 24.02 CUDA/PyTorch images (which have Python 3.10 installed).
I'm not familiar with that, but according to https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/rel-24... those images are based on Ubuntu 22.04.
Can you try installing Spot from packages built for Ubuntu 22.04? See https://download.opensuse.org/repositories/home:/adl/ and https://gitlab.lre.epita.fr/spot/spot/-/issues/544
Alexandre
Hello, Thank you very much for your response. The approach worked :)
Best regards, Vladimir Krsmanovic
On Tue, Nov 12, 2024 at 10:34 PM Alexandre Duret-Lutz adl@lrde.epita.fr wrote:
Hi Vlada,
Vlada Krsmanovic vladakrsmanovic@gmail.com writes:
I have recently been attempting to get Spot to work on an ML cluster running 24.02 CUDA/PyTorch images (which have Python 3.10 installed).
I'm not familiar with that, but according to
https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/rel-24... those images are based on Ubuntu 22.04.
Can you try installing Spot from packages built for Ubuntu 22.04? See https://download.opensuse.org/repositories/home:/adl/ and https://gitlab.lre.epita.fr/spot/spot/-/issues/544
Alexandre