-
Notifications
You must be signed in to change notification settings - Fork 567
Closed
Labels
Description
Right now, only Windows and Mac wheels are being distributed for pyodbc on PyPI. For Linux, you need to compile billiard from source, which can add some time to getting everything up and running.
Support for Linux wheels was added in PEP-513 through manylinux. It attempts to make it easier to release wheels for the many Linux distributions out there, and the wheels can be generated automatically and in isolation through Docker containers.
I'm not sure what the current packaging process looks like, or if wheels can even pull in the required odbc libraries, so I can't speak for how feasible building manylinux wheels would be.
RobbieClarken, LukeGahan, jacoduplessis, graingert and abitrolly