Getting error while executing seaborn and panda functions

Hi,
Even after importing library seaborn/panda, not able to access functions like countplot or factorplot or Facetgrid and getting below error. Please advise.

AttributeError: module ‘seaborn’ has no attribute ‘countplot’

AttributeError: module ‘seaborn’ has no attribute ‘FacetGrid’

AttributeError: module ‘pandas’ has no attribute ‘scatter_matrix’

Also getting below error-
ImportError: cannot import name ‘OneHotEncoderEstimator’

I guess it’s a version issue. The version of Seaborn installed in CloudXLab may be old and it does not support countplot etc.

Yes Manoj could be.
I am more interested in looking for a solution as for EDA we need sns functions and for building models we need functions like OneHotEncoderEstimator which is not working either.
Please suggest a solution…