blue-yonder / turbodbc

Turbodbc is a Python module to access relational databases via the Open Database Connectivity (ODBC) interface. The module complies with the Python Database API Specification 2.0.
http://turbodbc.readthedocs.io/en/latest
MIT License
607 stars 85 forks source link

Numpy version issue when installing turbodbc #418

Open satishathingz opened 4 months ago

satishathingz commented 4 months ago

Hi,

 I'm getting numpy version error when installing with pip in django. Unable to install turodbc. It's giving default error of numpy verstion 1.9 is not compatible with 1.20 and in my system the numpy version is 1.26

pip install turbodbc Collecting turbodbc Downloading turbodbc-4.11.0.tar.gz (84 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.5/84.5 kB 1.6 MB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done ERROR: Some build dependencies for turbodbc from https://files.pythonhosted.org/packages/cf/5b/4380fb4d10393df81d84889df94915c82dd59d7a4c8ae5d91739ea72b698/turbodbc-4.11.0.tar.gz conflict with the backend dependencies: numpy==1.19.3 is incompatible with numpy>=1.20.

Screenshot 2024-03-07 183600