I am using python version 3.7.12 in sagemaker jupyter notebook.
I could do a !pip install fiftyone
in the notebook but when I am trying to import fiftyone as fo
it is giving me below error:
ConnectionError: Could not connect to 'mongod'
I have gone through its github repository but couldn't find a way to resolve this issue. And I tried implementing some of the answers provided for fiftyone's installation in Linux but it didn't work either.