-
Notifications
You must be signed in to change notification settings - Fork 6.8k
ImportError: cannot import name 'np' #15681
Comments
Hey, this is the MXNet Label Bot. |
The numpy branch has not been merged into the master branch yet. Update: |
@joyofdata Were you able to get the numpy-compatible version according to instructions on |
No, you can't, for Windows. |
Hi @vjache , I replied the issue in the early date(July 29), when the NumPy branch was not merged into the master branch. |
Description
I installed mxnet with
sudo pip3 install mxnet
but I cannot importnp
ornpx
frommxnet
. Importingmxnet
itself works.Environment info (Required)
Error Message:
Minimum reproducible example
from mxnet import np
The text was updated successfully, but these errors were encountered: