liuzh91 edited a comment on issue #17380: pip install error
URL: 
https://github.com/apache/incubator-mxnet/issues/17380#issuecomment-576188540
 
 
   @ResearchingDexter  Have you `make` under the `incubator-mxnet` directory 
before doing `pip install`?
   
   After cloning the git directory, you should do the following steps:
   1. `cd incubator-mxnet`
   2. `mkdir build; cd build; cmake -DUSE_CUDA=1 -DUSE_MKLDNN=1 
-DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DBUILD_CYTHON_MODULES=1 ..`
   3. `cd ..`
   4. `make -j48`
   5  `cd python; pip install --user -e .`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to