Mstump causes segfault iff pytorch was imported #571
Unanswered
CharlesHolbrow
asked this question in
Help: Other Questions
Replies: 2 comments 4 replies
-
@CharlesHolbrow Welcome to the STUMPY community and thank you for your question. So, STUMPY only has 3 dependencies:
Can you tell me what versions of these packages are currently installed? I've never tried using STUMPY alongside |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, @seanlaw!
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that
stumpy.mstump(...)
consistently causes the Python kernel to crash withSegmentation fault: 11
. This only happens when I have imported pytorch –stumpy.mstump(...)
works fine if I do notimport torch
.Is this a known issue, and could there be a workaround? Does anyone have any troubleshooting tips? Many thanks for any advice/input!
Here's a minimal example:
My suspicion is that there is some incompatibilty with pytorch/Numba. But this is really just a guess.
Here are some specs...
Beta Was this translation helpful? Give feedback.
All reactions