[sqlalchemy] Re: getting error "ImportError: No module named 'ibm_db_dbi'" from ibm_db2_Sa package

2018-05-10 Thread siddhesh
I have installed ibm_db2_sa driver. But when I am going to installed ibm_db2 driver its gives following error Collecting ibm_db Using cached https://files.pythonhosted.org/packages/f8/6f/5f8186cb31021409235a948be5e29d77761ef92747a101360003747c4105/ibm_db-2.0.8.tar.gz Building wheels for

[sqlalchemy] Re: getting error "ImportError: No module named 'ibm_db_dbi'" from ibm_db2_Sa package

2018-05-10 Thread Anvith Shivakumara
Installing sqlalchemy does not mean all the supported drivers also get installed. So, as a first step, please make sure you have ibm_db drivers installed. You could do that using pip. -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post

[sqlalchemy] Re: getting error "ImportError: No module named 'ibm_db_dbi'" from ibm_db2_Sa package

2018-05-10 Thread Anvith Shivakumara
Installing sqlalchemy does not mean all the supported drivers also get installed. So, as a first step, please make sure you have ibm_db drivers installed. You could do that using pip. On Thursday, 10 May 2018 16:08:55 UTC+5:30, sidd...@erpdata.cloud wrote: > > Hi, > I am using ibm_db_sa