ModuleNotFoundError: No module named 'streamsets.sdk'
maraboinavamshi opened this issue · 1 comments
maraboinavamshi commented
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
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'])