-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't find torch candidate while building environment #26
Comments
This seems to be related to PyTorch dropping support for Intel Macs, still looking for a work around |
This also happens on my M1 Macbook Pro. I found changing the .lock file Torch version from 2.4.0 to 2.2.2 allows the install to complete, though not yet sure if this will cause further issues down the line. |
same here for mac intel core i7 |
is this issue resolved? @20Mhz @ryan-mcdonough @robot010 would love to fix it for everyone |
@iusztinpaul when torch is set to 2.2.2 then it works as expected. |
Hi, have no experience with poetry. ¿How should the poetry.lock file change to force 2.2.2 version? |
@iusztinpaul I can confirm this get us past the installation, but have not run anything useful yet. |
¿Files dont need to be updated? And corresponding hashes? |
Solved by
and finally
|
I believe I used |
Amazing. Thank you for your support 🙏 |
Failing due to missing dependency
The text was updated successfully, but these errors were encountered: