Replies: 2 comments 5 replies
-
Hi @empollon9, Based on what I understood about your issue, you installed a package from Conda that requires a few drivers. It might be more straightforward for you to build on top of our jupytelab docker image and install the appropriate drivers for the Ubuntu platform as outlined here |
Beta Was this translation helpful? Give feedback.
-
Just to rephrase the question, maybe it was not clear. I need to install ODBC drivers to grab data from our Data WareHouse. I tried to install them through sudo on the terminal on VS Code, but i get this message:
How are you supposed to install drivers on the server? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
All,
It might be a dumb question, but I have not seen it anywhere. If you need to import your data from a DB (I use Microsoft SQL Server), you need to install the drivers. I am using pyodbc. example below:
This fails as
I tried to install the driver in Nebari following Microsoft guide
But I found that you cannot sudo from a bash terminal either on VS Code or JupyterHub
Beta Was this translation helpful? Give feedback.
All reactions