Hi all. I'm very new to ArcGIS Pro and the ArcGIS API for Python. It says in the documentation that if I install ArcGIS Pro, I don't need any other installations, however, I've been having this connection issue at the very first step:
from arcgis.gis import GIS
from arcgis.features import FeatureLayer
gis = GIS()

Anyone knows what's happening here and if I need additional installations/environments?
Installed: ArcGIS Pro 2.8, Python 3.7.10, ArcGIS API 1.8.5