streamsets / tutorials

StreamSets Tutorials
Apache License 2.0
348 stars 192 forks source link

ModuleNotFoundError: No module named 'streamsets.sdk' #145

Closed maraboinavamshi closed 1 year ago

maraboinavamshi commented 1 year ago

Issue getting while debugging from pycharm. while importing statement (from streamsets.sdk import ControlHub) causing the issue please suggest on this. streamsets used version is 3.12.1

xverges commented 1 year ago

Hi @maraboinavamshi Your questions are likely to get more visibility if you ask them in https://community.streamsets.com/got-a-question-7 so I'll close this issue.

That said, make sure that PyCharm is using the python environment where you have installed the SDK. You can verify it with

import pip
pip.main(['list'])