Question

Error while installating Streamsets python packages

  • 11 September 2022
  • 1 reply
  • 38 views

I am getting error like microsoft build c++ not found in microsoft visual code error while installing streamsets python packages .Can anybody provide the solution for the same.

pip install streamsets


1 reply

Userlevel 4
Badge

@rashikh The pip3 package manager must be installed on the machine where the SDK will be installed and used. 

Also, do specify which version of SDK you want to install

i.e

$ pip3 install streamsets~=4.0

Please find the below document for your reference

https://docs.streamsets.com/platform-sdk/4.x/learn/installation.html#using-pip 

https://docs.streamsets.com/platform-sdk/latest/index.html

Reply