About 51 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. python - Installing pyodbc in windows [local machine] - Stack Overflow

    May 1, 2024 · Installing pyodbc in windows [local machine] Asked 1 year, 9 months ago Modified 1 year, 9 months ago Viewed 520 times

  3. 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, …

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

    Jan 3, 2021 · You have to run pip install pyobdc in the command prompt. That's the Python shell, and that's invalid Python code.

  5. python - ModuleNotFoundError: No module named 'pyodbc' when …

    Traceback (most recent call last): File "C:\Users\Jerry\Documents\Python\SQLembed.py", line 5, in <module> import pyodbc as pyodbc ModuleNotFoundError: No module named 'pyodbc' (where line 5 …

  6. Installing pyodbc for Python 3.7 on Windows - Stack Overflow

    Jun 30, 2018 · Update 2018-08-15 pyodbc 4.0.24, released today, now includes Python 3.7 wheels for installing on Windows and Mac via pip.

  7. How to install pyodbc on Dockerfile - Stack Overflow

    Feb 22, 2022 · I'm trying to install pyodbc on Django to access Sql Server but the Docker image had no be built. The Dockerfile: FROM --platform=linux/amd64 python:3.8-slim-buster ENV …

  8. 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 …

  9. python - Import pyodbc in Visual Studio Code - Stack Overflow

    Aug 10, 2020 · ModuleNotFoundError: No module named 'pyodbc' I then followed this tutorial: Step 1: Configure development environment for pyodbc Python development to install pyodbc.

  10. python - No module named 'pyodbc' in Spyder - Stack Overflow

    Apr 20, 2021 · If you are fine with the Python 3.7.9 used by Spyder, you can type !pip install pyodbc directly in Spyder's console to install pyodbc. Then, the import should work.