I tried to import MXNet package in a Jupyter notebook and got an error which i could not fix after trying a lot of solutions.
Bottom of the stack trace looks like this:
What could be the cause of the issue here? I have Python 3.8 on PATH, MXNet 1.6.0 and Windows 10.
A lot of you would want to clarify if i imported the package in the first place. I did, as you can see. Numpy was imported with no issues, and mxnet did not, even though you can clearly see it present in my Lib->Site Packages.