Quicksetup-ai
Quicksetup-ai copied to clipboard
Python 3.11 on MacOS not working due to missing torch==1.11.0 distribution
The setup fails on MacOS together with Python 3.11 due to a missing torch==1.11.0
distribution for Mac.
This is unfortunate as Python 3.11 is the default Python version on MacOS. Supporting torch>=2.0.0
would resolve the issue, but this is incompatible with the used pytorch-lightning==1.5.10
.
Is there any plan to support a more recent PyTorch in the future?
PS: Python 3.10 works without any problems.