-
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] Unable to install torchrl via pip #2035
Comments
We don't support 3.12 atm but that will be the case for the next major release I think! |
Ah okay I´ll be using |
I am also curious if there are any (approximate) plans for a new major (or even minor) release? |
I'm behind schedule for the 0.3.2 minor because the CI was giving me some issues and I couldn't guarantee that the wheels were working fine. I will try to release it shortly! 0.4 will be there soon (PyTorch release day is tomorrow, expect the v0.4 release in the days after) |
For me,
|
Same 3.12 issue I'm afraid! |
Sure no worry. I just wanted to ensure that you knew it was still broken. Best of luck with that :) |
Related issue here. I see that since |
This saddens me too very much, but the latest pytorch release (2.3) doesn't support x86 anymore so there was no way for us to release v0.4 for these platforms :( |
No worries. One more reason to update my old laptop ;) |
EDIT: after digging into this a bit more, it seems that somehow my environment (using |
Describe the bug
Unable to install torchrl via pip for python312.
To Reproduce
Fresh install of
python 3.12
, runningpip install torchrl
triggers the error mentioned above.Installing via
pip install git+https://github.com/pytorch/rl.git
gives the error messageInstalling
tensordict
viapip install git+https://github.com/pytorch-labs/tensordict
works and allows for a subsequent installation oftorchrl
viapip install git+https://github.com/pytorch/rl.git
, but using the module leads to the following errorExpected behavior
torchrl
should install.System info
Describe the characteristic of your environment:
pip
and ``git+https`Tensordict 0.4.0+b4c91e8
(installed viapip install git+https://github.com/pytorch-labs/tensordict
, becausepip install tensordict
installs versiontensordict-0.1.2
buttorchrl
requirestensordict>=0.4.0
)torch 2.2.1+cu121
(works flawlessly)System information:
sys.__version
: 3.12.2 (tags/v3.12.2:6abddd9, Feb 6 2024, 21:26:36) [MSC v.1937 64 bit (AMD64)]release 12.3, V12.3.103
Checklist
The text was updated successfully, but these errors were encountered: