I want to use the Google Sheets API. For this i need to install a package:
pip install gspread oauth2client
If I try this package to install I get this error:
rsa requires Python '>=3.5, <4' but the running Python is 2.7.16
Python 2.7.16
Python 3.9.4
Btw:
pip install "gspread" "oauth2client"
didnt help
Want can I do to change the running Python to Python 3 ? Thanks