Closed FrankTianTT closed 1 year ago
I have encountered exactly the same issue. System info
I will correct the README asap and look into this, thanks for reporting!
Which PyTorch version are you using?
Which PyTorch version are you using?
@vmoens I installed torchrl directly without manually installing torch, and this default torch version is 2.1.0
@vmoens I tried both torch 2.0.1
and torch 2.1.0
.
It should work with PT 2.1.0 (and no other). I'll try to reproduce this and push a fix!
I have the same issue.
Platform: Apple M1 Pro Python==3.11.5 torch==2.1.0
Installed torchrl through command pip install torchrl
This will be resolved by #1642 which I will push soon!
@vmoens , I couldn't follow how this issue is resolved
in #1642 . The PR is removing support for Apple silicon in the Readme. Is there a solution that will help users of torchrl run the library on apple silicon?
I'm pushing the fixed binaries in a couple of hours top! This PR is the release branch for 0.2.1 which will fix the osx binaries
I have pushed the binaries, you can now install torchrl with a pip install on apple silicon! Sorry for the mess
Thanks, it works now!
Thank you @vmoens . It works for me too!
Describe the bug
I tried to install the compiled torchrl on the apple chip and encountered a problem:
BTW, in the latest release, torchrl already supports apple chips, but the README still requires users to install it locally. I don't know if installing from pip is supported now.
To Reproduce
System info
Describe the characteristic of your environment:
Reason and Possible fixes
According to the troubleshooting in the README, I installed the latest version of XCode, while it is does not help.
Checklist