2024-01-08|閱讀時間 ‧ 約 22 分鐘

解決 python 問題: setup.py install is deprecated


歡迎各位贊助喔 👍👍👍


完整錯誤

SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.



解決方法

目前已知的解決方法是將 "setuptools" 這個 python 套件降版:

pip install setuptools==58.2.0
分享至
成為作者繼續創作的動力吧!
© 2024 vocus All rights reserved.