leezu edited a comment on issue #16933: Python setup.py bdist_wheel broken
URL: 
https://github.com/apache/incubator-mxnet/issues/16933#issuecomment-561461776
 
 
   Thanks @zachgk. Actually it seems we have to copy all contents of 
`tools/pip` to the folder that contains the `mxnet` git repository. For 
example, if mxnet is at `~/src/mxnet-build`, then run `cp -R 
~/src/mxnet-build/tools/pip/* ~/src/; cd ~/src; mxnet_variant=cu100 python 
setup.py bdist_wheel`.
   
   `tools/staticbuild/build_wheel.sh` is broken.
   
   I'll open a PR to add documentation and maybe fix the scripts.
   
   Besides, the scripts currently presume `libgfortran.so.3`. But on Ubuntu 
18.04 and newer, we have `libgfortran.so.4`. So I'll update the scripts to 
support both.

----------------------------------------------------------------
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