Error when importing Geopandas

We are trying to import Geopandas in our app via import geopandas as gpd. When we do so we see this error:

ImportError: cannot import name '_NDFrameIndexer' from 'pandas.core.indexing' (/usr/local/lib/python3.7/site-packages/pandas/core/indexing.py)

Pandas is working fine with no issues. Perhaps the current version of Pandas and Geopandas are not working well together?

I had the same problem. How did you fix it eventually? Thanks in advance.