In the win7 system, under the command terminal, the two methods of installing pycallgraph report the exception of subprocess exited with error
Solution: downgrade setuptools
1. First check the current version of setuptools.
pip show setuptools
2. The version of setuptools has been downgraded. Here, I downgraded it to 57.5.0
pip install --upgrade setuptools==57.5.0
3. Try installing pycallgraph again
pip install pycallgraph
Read More:
- [Solved] error in pycallgraph setup command: use_2to3 is invalid.
- [Solved] ERROR PythonRunner: Python worker exited unexpectedly (crashed)
- [Solved] unknown error: Chrome failed to start: exited abnormally (Driver info: chromedriver=2.36.540471
- [Solved] Yolov5 Deep Learning Error: RuntimeError: DataLoader worker (pid(s) 2516, 1768) exited unexpectedly
- httpd Run Error: Job for httpd.service failed because the control process exited with error code.
- [Solved] Pycharm Use pip to install package error: no such option –build-dir
- [Solved] PyCharm pytest-html Install Error: Try to run this command from the system terminal. Make sure that you use
- [Solved] Ubuntu install virtualenv error: UnicodeDecodeError
- [Solved] transformers Install Error: error can‘t find rust compiler
- [Solved] Pygame Install Error: Command errored out with exit status 255: hg clone –noupdate -q https://bitbucket.o
- Python 2.7: How to Install PIP
- Error:Could not install packages due to an OSError:[WinError 5] Access denied
- [Solved] Failed to install PIP for MacOS, prompt: syntax error: invalid syntax
- Python Use PIP to install pyinstaller Error [Solved]
- [Solved] Ubuntu18.04 Install pyqt5 error: Command “python setup.py egg_info“ failed with error code 1 in /tmp/pip-build-92
- [Solved] pip Install Error: Missing dependencies for SOCKS support
- How to Solve PIP Install fasttext Error
- Python2.7 Pyinstaller Install Error: ERROR: Command errored out with exit status 1
- visdom Install and Run Error: raise Connectionerror [How to Solve]
- Brew install XXX and display error: [email protected] [How to Solve]