Error installing pyodbc #363
-
Hello, Appreciate any help on the subject... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I should add: Building wheel for pyodbc (setup.py) ... error |
Beta Was this translation helpful? Give feedback.
-
It would be better if you provide your custom |
Beta Was this translation helpful? Give feedback.
It would be better if you provide your custom
Dockerfile
, make sure you are not using a slim image as it seems you need to compile some C extensions for it to work. Also make sure you have a recent version ofpip
, maybe there's already a pre-compiled version of pyodbc and you just need to have a recentpip
to be able to install it.