Forum Discussion
@igormicev We do not restrict which third-party Python libraries work in the RPE snap. Custom scripts like this though would be outside the scope of our Support team, meaning they need to be supported by the team that develops them. What is the driving factor to use pyodbc or another Python library to connect to SQL Server instead of the SQL Server snap pack or JDBC snap pack?
Hi,
Thanks for the reply I have got RPS installed but I am not able to use external lib
import pyodbc
from pylab import title, figure, xlabel, ylabel, xticks, bar, legend, axis, savefig
from IPython.display import Math
Python script error: ModuleNotFoundError(“No module named ‘pylab’”,)
I need to conncet to SQL and read the data for further processing
what is required to use them in the remote python script?