Closed prerit1998jain closed 5 years ago
You can install older version of numpy to fix it.
Ya I did it!!
Can you tell me why is this error coming up?
File "cf_demo.py", line 2, in
The above problem is solved, it seems there was some problem with the building part. Please help me with this error
Traceback (most recent call last):
File "cf_demo.py", line 2, in
It seems that something wrong with your cuda environment.
Can you suggest something? Which Cuda version did you use?
I used cuda 9.0 The mxnet version should be matched with cuda version.
Will it work if I use cuda 10.0 and the mxnet version which match it? Or there will be compatibility issues with other packages?
I just tested on cuda 9.0.
Thanks for the answers. I guess it is working now. I build an environment with mxnet90 and cuda9.0. And it is running in it. Thanks for your help!!
ERROR: mxnet-cu90 1.4.1 has requirement numpy<1.15.0,>=1.8.2, but you'll have numpy 1.16.2 which is incompatible.