Replies: 1 comment
-
Answered elsewhere. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I tried to run the commands
from python import Python
let numpy = Python.import_module("numpy")
and I get this error
Original error was: cannot import name 'Sequence' from 'collections'
How can I resolve this? It seems this is not a mojo error but a Python error. I have linked python_lib to anaconda lib in modular.cfg.
Any help in this regard will be greatly appreciated.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions