leezu commented on issue #16933: Python setup.py bdist_wheel broken
URL: 
https://github.com/apache/incubator-mxnet/issues/16933#issuecomment-561054296
 
 
   This is unrelated to using `tools/staticbuild/build_lib.sh` for building the 
mxnet library. The point is that the `libmxnet.so` is not placed correctly into 
the wheel by `setup.py bdist_wheel` (which is run as part of 
`tools/staticbuild/README.md`). It seems there's some missing step in the 
public version of the scripts. Nevertheless I confirm that the bug is still 
present when following `tools/staticbuild/README.md` step-by-step.
   
   Installing the released mxnet version from pypi yields:
   `/home/ubuntu/.local/lib/python3.8/site-packages/mxnet/libmxnet.so`
   Installing the version built with the scripts yields:
   `/home/ubuntu/.local/mxnet/libmxnet.so`

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to