Skip to main content

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

@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