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

ModuleNotFoundError: No module named 'mxnet' #21226

@vgsandoval88

Description

@vgsandoval88

i've created a conda enviroment in windows using anaconda

conda create -n py38_mx_tf python=3.8
conda activate py38_mx_tf
pip install mxnet-cu117

my computer has installed cuda toolkit 11.7 and the enviromet variable is already configured, when i try to import the library to a project using my new enviroment (import mxnet) I'm getting the following error:

 ModuleNotFoundError: No module named 'mxnet'

can anyone helpme with this error, let me know if you need more information

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions