You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 usedpytorch-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.
The text was updated successfully, but these errors were encountered: