-
Notifications
You must be signed in to change notification settings - Fork 327
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
[BUG] ImportError: dlopen(...): Symbol not found when import torchrl on MacOS apple chip #1638
Comments
I have encountered exactly the same issue.
|
I will correct the README asap and look into this, thanks for reporting! Which PyTorch version are you using? |
@vmoens I installed torchrl directly without manually installing torch, and this default torch version is |
@vmoens I tried both torch |
It should work with PT 2.1.0 (and no other). |
I have the same issue. Platform: Apple M1 Pro Installed torchrl through command |
This will be resolved by #1642 which I will push soon! |
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
The text was updated successfully, but these errors were encountered: