You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2022/03/02 05:36:28 UTC

[GitHub] [incubator-mxnet] SarahPeterson2854 commented on issue #16828: Missing imports in python/mxnet/contrib/__init__.py

SarahPeterson2854 commented on issue #16828:
URL: https://github.com/apache/incubator-mxnet/issues/16828#issuecomment-1056276771


   M:\AnacondaInstall\lib\site-packages\mxnet\__init__.py in <module>
        27 from .util import is_np_shape, set_np_shape, np_shape, use_np_shape
        28 from . import base
   ---> 29 from . import contrib
        30 from . import ndarray
        31 from . import ndarray as nd
   
   ImportError: cannot import name 'contrib' from partially initialized module 'mxnet' (most likely due to a circular import) (M:\AnacondaInstall\lib\site-packages\mxnet\__init__.py)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org