Open Jendker opened 4 weeks ago
I've been getting this as well on torchrl-nightly
for Python 3.12.7 (whose current match for {torchrl,tensordict}-nightly
is v2024.10.21
) for both Linux and Windows. Haven't tried running anything to see if it's actually an issue yet, but seems concerning at the least lol.
Describe the bug
I tried installing both tensordict and torchrl from latest master and v0.5.0 and I am running into
Failed to import torchrl C++ binaries
To Reproduce
I am installing TorchRL with the following script:
I have tried with torchrl and tensordict checked out to v0.5.0 and latest master. In both cases if I run:
I get:
If I replace the local installation steps with
the import works without any errors
Expected behavior
No C++ extension errors on import
System info
Describe the characteristic of your environment:
Additional context
I have tried running the code outside of any git repositories as advised in the README
Checklist