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
Problem:
With actions/setup-python@v4, "pip" still implies python2 (on macOS at least), wtf?
Run pip install . # Install from setup.py
DEPRECATION: Python 2.7 reached the end of its life on January 1st,
2020. Please upgrade your Python as Python 2.7 is no longer maintained. ...
Solution:
Use "pip3" and "python3" explicitly. 🤦🏿
0 commit comments