leezu commented on issue #19776: URL: https://github.com/apache/incubator-mxnet/issues/19776#issuecomment-765993487
cmake will find native dependencies, such as openblas and will error out if they can't be found. So you don't need to worry about them. Installation of sdist will only be supported if user has all native build dependencies installad. You can refer to https://mxnet.apache.org/versions/master/get_started/build_from_source.html for list of recommended dependencies You use `scikit-build` in `setup.py` and declare that you need `scikit-build` in `pyproject.toml`. Then pip will ensure it's available when executing `setup.py`. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
