You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have got this error after installing all dependencies and downloading required weights. I can't install mxnet library itself because breaks dependency chain: mxnet requires numpy less than 1.17.0 version, but much of other libraries requires numpy of greater versions (greater than 1.17.0). This what i got after trying to install mxnet library:
Using Windows 10
The text was updated successfully, but these errors were encountered:
The first thing you need to do is to determine the version of the CUDA with the command nvcc --version.
Then install the correct version of mxnet with source 1 or source 2. requirements.txt corresponds to CUDA 10.1.
To find the correct version of mxnet you can look at #56, #60 or try solution with docker #51.
I have got this error after installing all dependencies and downloading required weights. I can't install mxnet library itself because breaks dependency chain: mxnet requires numpy less than 1.17.0 version, but much of other libraries requires numpy of greater versions (greater than 1.17.0). This what i got after trying to install mxnet library:
Using Windows 10
The text was updated successfully, but these errors were encountered: