skip to Main Content

Ubuntu – using libtdsodbc.so in a docker container

I am having a mssql server running in docker, I want to connect the server using sqlalchemy For connecting, I am using this connection string, engine = create_engine( 'mssql+pyodbc:///?odbc_connect=%s' % ( urllib.parse.quote_plus( 'DRIVER={/usr/lib/x86_64-linux-gnu/odbc/libtdsodbc.so};SERVER=localhost;' 'DATABASE=ap;UID=sa;PWD=admin@123;port=1433;' )), ) For this, I got…

VIEW QUESTION

“Is there an error importing lightweight charts in Python using Telegram?

I have installed successfully lwc pip install lightweight_charts I get this error below at this line, please advise: from lightweight_charts import Chart Traceback (most recent call last): File "c:UsersnaveenDownloadsTelegram Desktopstrat-0.29.py", line 14, in <module> from lightweight_charts import Chart File "C:UsersnaveenAppDataRoamingPythonPython39site-packageslightweight_charts__init__.py",…

VIEW QUESTION
Back To Top
Search