AttributeError: module 'torch.utils' has no attribute 'dlpack' #8941
Answered
by
polm
santoshbs
asked this question in
Help: Installation
-
How to reproduce the behaviour
Your Environment
|
Beta Was this translation helpful? Give feedback.
Answered by
polm
Aug 11, 2021
Replies: 1 comment
-
Sounds like this might be an issue with your torch install. Could you post the output of How did you install spaCy/Torch? Also, if you're just getting started, you might want to try upgrading spaCy to the latest version. I don't know that it's specifically related to this issue but the latest version does include some bugfixes. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
polm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sounds like this might be an issue with your torch install.
Could you post the output of
pip freeze
?How did you install spaCy/Torch?
Also, if you're just getting started, you might want to try upgrading spaCy to the latest version. I don't know that it's specifically related to this issue but the latest version does include some bugfixes.