-
Notifications
You must be signed in to change notification settings - Fork 81
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] undefined symbol: _ZNSt15__exception_ptr13exception_ptr9_M_addrefEv #1235
Comments
Hello! |
Hi! Yes. I've done a clean install and issue persists.
And using python 3.11. |
It's linux on a M* apple machine, right? |
No. It's just a regular Linux machine from gcloud
Also I have been using this machine with many tensordict versions in the past and everything worked fine until the 0.7.x upgrade. |
Here is the full error stack in case it helps
|
As the smoke tests ran successfully with the latest stable wheels, I wonder if this could be a distribution-specific issue? Smoke tests: https://github.com/pytorch/tensordict/actions/runs/13388604579/job/37391051255 The binaries are generic and do not depend on cuda - this CI run is as good as any other. cc @atalman |
hi @crisbodnar could you please run:
and post output to this issue ? It should help us to reproduce this problem. |
|
Describe the bug
Getting the following error when using a CUDA machine and importing tensordict 0.7.* with torch 2.6.* installed using rye.
The issue does not appear in tensordict 0.6.* with torch 2.5.*
To Reproduce
Run the following on a CUDA machine with the versions above.
Screenshots
If applicable, add screenshots to help explain your problem.
System info
Libraries were installed via rye.
Checklist
The text was updated successfully, but these errors were encountered: