目录
1. --- stderr: example_py /usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( ---
2.
1. --- stderr: example_py /usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( ---
错误原因是setuptools版本太高造成,使用下面的指令可以进行版本的回退。
sudo pip install setuptools==58.2.0 --upgrade