iGxnon commented on issue #20992: URL: https://github.com/apache/incubator-mxnet/issues/20992#issuecomment-1214786071
I used some of the same approaches as you and none of them worked, and finally I found a shortcut: use docker images After clicking this [https://hub.docker.com/r/mxnet/python/tags](https://hub.docker.com/r/mxnet/python/tags), you can find an image with a tag of `1.9.1_aarch64_cpu_py3`, pull it down with `docker pull mxnet/python:1.9.1_aarch64_cpu_py3` and use it  I can use the `Docker Interpreter` in `Pycharm` to have a good coding experience. <img width="1067" alt="Screen Shot 2022-08-15 at 17 05 26" src="https://user-images.githubusercontent.com/59405399/184607738-83e54dea-4bc8-4830-b02a-bba8622cb91d.png"> But there is still a problem that after using the docker image, it is not very convenient to install a new python package. You need to manually build a new image based on this image with the python packages you need -- 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. To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org For additional commands, e-mail: issues-h...@mxnet.apache.org