ModuleNotFoundError: No module named 'pkg_resources'

Getting this error when trying to connect to data_ws using Python

I found the solution which is to install setuptools package

pip install setuptools

Excellent. I followed your solution. The documentation does not mention about this requirement. Thanks.