Open YuanZhichao opened 2 years ago
Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue. Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly. If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on contributing to MXNet and our development guides wiki.
Description
Tring to install mxnet 1.7 for NVIDIA AGX Xavier. This bug appears when pip installing for python.
Error Message
Besides, the building procedure ends like this and I am not sure if it's running in the right way.
To Reproduce
https://mxnet.incubator.apache.org/versions/1.9.0/get_started/jetson_setup.html
Steps to reproduce
git clone --recursive -b v1.7.x https://github.com/apache/incubator-mxnet.git mxnet
~/.profile
andsource ~/.profile
cd mxnet
cp make/config_jetson.mk make/config.mk
config.mk
and keep-gencode arch=compute_72,code=sm_72
sudo make -j12
cd python
sudo pip3 instal -e .
What have you tried to solve it?
make clean
and remake.Environment
We recommend using our script for collecting the diagnostic information with the following command