Hi everyone,
I’m currently working with PyTorch and wanted to know which Python version is recommended for the best compatibility and performance. I’m using Python 3.11.9 and 3.12.5, but they don’t seem to be compatible with PyTorch. I’m considering downgrading if it would provide better stability or support with PyTorch. Although the official website mentions support for Python 3.8 to 3.11, I wonder why my 3.11.9 doesn’t work with PyTorch and often shows an OSError
. Any insights or suggestions would be greatly appreciated!
Thank you in advance!