harish-vnkt commented on issue #17680: URL: https://github.com/apache/incubator-mxnet/issues/17680#issuecomment-617503722
I am trying to build mxnet from source because a repository (who's code I am trying to run) has provided custom operators that need to be included in the source. The repository code is in Python2. After I install the python binding, running ```import mxnet``` in a Python2 interpreter gives me ```ImportError: cannot import name _LIB```, whereas it runs successfully in a Python3 interpreter. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
