I cloned the repo locally, then ran pip install -e . and pip install mxnet-mkl but I get the error:
ERROR: Could not find a version that satisfies the requirement mxnet-mkl (from versions: none)
ERROR: No matching distribution found for mxnet-mkl
How can I fix it?
I cloned the repo locally, then ran
pip install -e .andpip install mxnet-mklbut I get the error:How can I fix it?