Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

ModuleNotFoundError: No module named 'mxnet.gluon.metric' #19341

Answered by leezu
Johnny-dai-git asked this question in Q&A
Discussion options

You must be logged in to vote

pip3 install mxnet installs MXNet 1 and you are executing MXNet 2 Python code with MXNet 1, which is expected to fail.

MXNet 2 is currently unreleased. You can track the status for beta release at #19139

You can use the v1.x branch to get MXNet 1 or compile MXNet 2 from source. We'll provide package on pypi once the beta is approved later. If you wish to help test MXNet 2, you can also install a nightly build pip install --pre -f https://dist.mxnet.io/python/cpu mxnet

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by leezu
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@szha
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants