Can not use python with ODBC(Linux)

I have install the ODBC Driver for linux. But when I use the Python to connected,if fail:

import pyodbc
Traceback (most recent call last):
File “”, line 1, in
ImportError: No module named pyodbc

I use the ODBC package is :dremio-odbc-1.5.0.1001-1.x86_64.rpm
my os is :CentOS Linux release 8.2.2004 (Core)
python is 2.7.17

You need to install pyodbc module. One way is to use pip. Once the module is installed, you can proceed to connection.