hkvision opened a new issue #17587: Need help: issues with manual build whl URL: https://github.com/apache/incubator-mxnet/issues/17587 Hi, Are there any instructions to build the whl for mxnet that is equivalent to the whl that you release on pypi? I have compiled the project using mkl with libmxnet.so under incubator-mxnet/lib, then I run `python setup.py bdist_wheel` under `incubator-mxnet/python` and get a whl under `dist`, if I pip install this whl, I am encounting the following issues when import mxnet: - Cannot find libmxnet.so, I am using conda, and seems the file is under `/root/anaconda3/envs/py36/mxnet/libmxnet.so` instead of in `/root/anaconda3/envs/py36/lib/python3.6/site-packages/mxnet/` and cannot be found by code. - Wondering will the so files for libopencv included? - dmlc_tracker package is not installed. However, if I install from released pypi, it is installed automatically. Related issue: https://discuss.mxnet.io/t/cant-load-dmlc-tracker-package/1282/3 Thanks so much in advance!
---------------------------------------------------------------- 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
