About 13,300 results
Open links in new tab
  1. pip install pyodbc in python 3.x - Stack Overflow

    Sep 5, 2019 · I want to install pyodbc to 3.5 so i open the 3.5 python folder and i pip install odbc. The problem is that it is being installed on 2.7 even though i am in 3.5 folder.

  2. How can I install pyodbc on Windows for use with Python 3.8?

    Currently, pyodbc on PiPI (pyodbc 4.0.27) does not have wheel files for Python 3.8, so when you do pip install pyodbc pip will try to build pyodbc from source. You don't need C++ redistributables for that, …

  3. How to properly install pyodbc and drivers on M1 mac

    Feb 14, 2022 · I have a new M1 pro macbook and I'm trying to install pyodbc and relevant drivers on my machine. So far I have installed unixodbc via homebrew and ODBC drivers according to the …

  4. unable to install pyodbc using python 3.10 in windows 10

    Nov 12, 2021 · Updates - 2022-11-22: pyodbc 4.0.34 started providing Windows wheel files for Python 3.10. pyodbc 4.0.35 started providing wheel files (including Windows) for Python 3.11. TL;DR - pip …

  5. pip install pyodbc failed ERROR: Failed building wheel for pyodbc

    Oct 20, 2020 · pip install pyodbc failed ERROR: Failed building wheel for pyodbc Asked 5 years, 2 months ago Modified 3 years, 3 months ago Viewed 56k times

  6. How to install pyodbc for Python 3.5 or 3.3 on windows 7

    Nov 13, 2019 · Using VS Code, I just had to open a terminal prompt (as admin) and type in pip install pyodbc and it worked for python 3.6 x64 in Win10.

  7. pip install pyodbc is not working on python - Stack Overflow

    Jan 3, 2021 · C:\PATHTOPYTHON\python.exe pip install <<SOMEPACKAGE>> See the following thread, if you want to install from within a Python interactive session.

  8. Do you know how to install the 'ODBC Driver 17 for SQL Server' on a ...

    Apr 4, 2020 · 25 By default, Azure Databricks does not have ODBC Driver installed. Run the following commands in a single cell to install MS SQL ODBC Driver on Azure Databricks cluster.

  9. Installing pyodbc in windows [local machine] - Stack Overflow

    May 1, 2024 · pip install --trusted-host files.pythonhosted.org pip setuptools Basically what it does, is upgrading the pip config file to trust files.pythonhosted.org, which is where the package you are …

  10. Python pip unable to locate pyodbc - Stack Overflow

    With pip install --allow-external pyodbc, you are allowing the external called pyodbc pip install --allow-external pyodbc pydodbc is what you need, first pyodbc allows that external, second one actually …