Python 'pip install' SyntaxError: How to Fix It
This error occurs when attempting to run a pip command within the Python shell. Pip commands should be run from the command prompt or terminal, not within the Python shell. To install Matplotlib, open a command prompt or terminal and run the command 'pip install Matplotlib'.
原文地址: https://www.cveoy.top/t/topic/n2zr 著作权归作者所有。请勿转载和采集!