apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.77k stars 6.79k forks source link

ModuleNotFoundError: No module named 'mxnet' #21226

Open vgsandoval88 opened 10 months ago

vgsandoval88 commented 10 months ago

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

github-actions[bot] commented 10 months ago

Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue. Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly. If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on contributing to MXNet and our development guides wiki.