Hello, I am trying out the Linux install of Dundas and I’ve imported some data cubes that use pymongo to get data from mongodb.
I tried pip install pymongo
and pip3 install pymongo
but the reports still say
ModuleNotFoundError(“No module named ‘pymongo’”,); line: 1
Any ideas? Thank you