Reason: it should be that there are too many installation files, too many versions and chaotic installation of PIP and python in the system, so those unnecessary files need to be deleted
Solution: clean up the PIP installation location (operation in docker environment)
apt-get install python-pip
find/-name pip
Delete all folders output by the command, then uninstall PIP and reinstall it
apt-get remove python-pip
apt-get install python-pip
Check it again
find/-name pip
The correct should be as follows
The first folder should not matter. The following two folders must not be too many. Then install mxnet, and there will be no error when importing
Read More:
- M1 MacBook cannot use pip to install pandas [How to Solve]
- [Solved] ffmpeg error reporting: subprocess. Calledprocesserror: Command ‘ffmpeg, unknown encoder: “libx264″“
- How to Solve Excel Error Log 0: Install Error
- M1 Computer: How to Solve pod update
- How to Solve elk7.7.1 logstash Install Error
- How to Fix Webpack run error webpack dev server
- Docker service startup error: Job for docker.service failed because the control process exited with error code.
- [Solved] Vue Install less Error: this.getOptions is not a function
- Mac error: SH: Vue cli service: command not found
- When starting Vue project: cannot find module ‘webpack cli / bin / config yargs’ error resolution
- [Solved] NO ST-LINK detected/ST-LINK USB communication error
- Mac Error: sh: vue-cli-service: command not found
- [Solved] Import gensim Error: RuntimeError: Cython extensions are unavailable.
- PIP Fatal error in launcher: Unable to create process using
- How to Solve Huawei ensp40 Error
- [Solved] Xcode13.1 Upgrade Error: CocoaPods installed but not working Failed to build gem native extension
- [Solved] Vue3 Error: export ‘createRouter‘ was not found in ‘vue-router‘
- [Solved] import mxnet Error: OSError: libcudart.so.8.0: cannot open shared object file: No such file or directory
- [Solved] Excel plug in installation failed: unable to resolve the value of property ‘type’
- MacTex Font Missing Error: The font “TeX Gyre Termes Math“ cannot be found.