Open BobserLuck opened 10 months ago
Found that Python 3.7 was too old as PyTorch is depricating support for it. The default script can't find a release candidate for "torch" under Python 3.7.17.
Python 3.11.2 was the version I was originally using and was too new as many of the dependencies/versions weren't available. 3.10.13 seems to be working fine.
Is Pinokio supposed to manage Python versions internally?
It appears that this/Pinokio uses the default system Python version for generating the venv environment. At the time, I was using Python 3.11 and so a 3.11 venv environment was created, though it conflicted with many of the required Python module versions.
I've swithced my python version (pyenv), though wanted to bring this up as a potential issue with this and other projects. Per the original projects README, it looks like they used Conda to ensure 3.7.0 was used.
STDOUT:
ADDTIONAL INFO:
OS: Linux (Ubuntu 22.04) GPU: Nvidia (RTX 3090) Pinokio Version: 1.0.16