You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue where tensordict installs different versions depending on the environment, even though both environments are running on the same processor architecture.
On macOS (native), uname -m returns arm64, and pip correctly installs tensordict 0.7.2.
On macOS Docker running Ubuntu, uname -m returns aarch64, and pip installs tensordict 0.1.2.
This seems unexpected, as both environments are running on Apple Silicon, and other packages install without issues. Could this be a packaging problem related to how aarch64 wheels are handled?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I encountered an issue where
tensordict
installs different versions depending on the environment, even though both environments are running on the same processor architecture.uname -m
returnsarm64
, andpip
correctly installstensordict 0.7.2
.uname -m
returnsaarch64
, andpip
installstensordict 0.1.2
.I find here https://anaconda.org/conda-forge/tensordict, only apple with osx-64 is 0.7.2, but others are 0.1.2. Maybe this is the point?
This seems unexpected, as both environments are running on Apple Silicon, and other packages install without issues. Could this be a packaging problem related to how
aarch64
wheels are handled?Thanks for your time!
Beta Was this translation helpful? Give feedback.
All reactions