mkleehammer / pyodbc

Python ODBC bridge
https://github.com/mkleehammer/pyodbc/wiki
MIT No Attribution
2.88k stars 561 forks source link

Supported on RHEL 7.9? #1240

Closed jxu closed 11 months ago

jxu commented 11 months ago

Environment

To diagnose, we usually need to know the following, including version numbers. On Windows, be sure to specify 32-bit Python or 64-bit:

Issue

Is it possible to install pyodbc on RHEL 7.9? It seems to require python3-devel which is maybe not supported, because I get "No package python3-devel available" https://stackoverflow.com/questions/43047284/how-to-install-python3-devel-on-red-hat-7

v-makouz commented 11 months ago

You might be able to install python3-devel manually if you download the rpm, but it might have dependencies that are also missing. (Assuming none of the suggestions from the Stackoverflow worked)