You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I command: python3 setup.py install --user the error appear.
\command\install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
Fix : pip install setuptools==58.2.0
The text was updated successfully, but these errors were encountered:
When I command: python3 setup.py install --user the error appear.
\command\install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
Fix : pip install setuptools==58.2.0
The text was updated successfully, but these errors were encountered: