歡迎各位贊助喔 👍👍👍
完整錯誤
SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.解決方法
目前已知的解決方法是將 "setuptools" 這個 python 套件降版:
pip install setuptools==58.2.0
歡迎各位贊助喔 👍👍👍
目前已知的解決方法是將 "setuptools" 這個 python 套件降版:
pip install setuptools==58.2.0