I want to install the pyodbc (or pymssql or turbodcb) package for the MSYS2 Python installation, but I can't figure how I can download it. On my regular Python instance, I'm using pip install pyodbc
. On the MSYS2 instance, I'm trying pacman -S mingw-w64-x86_64-python3-pyodbc
but I'm getting target not found
error.
How can I download the package?
I need pyodbc to run pandas.read_sql
statement. So if there is any other package downloadable with pacman that creates connection that pandas.read_sql
may use, that'll work.