OpenInformix / IfxPy

Informix native Python driver for scalable enterprise and IoT solutions.
Other
46 stars 22 forks source link

ModuleNotFoundError: No module named 'IfxPyDbi' #53

Closed garysan closed 3 years ago

garysan commented 3 years ago

After upgrade IfxPy from 3.0.1 to 3.0.4 using pip, i have this error:

ModuleNotFoundError: No module named 'IfxPyDbi'

on uninstall ifxpy v3.0.4: (microservicio) [gsandi@api microservicio]$ pip3 uninstall ifxpy Found existing installation: IfxPy 3.0.4 Uninstalling IfxPy-3.0.4: Would remove: /home/gsandi/microservicio/lib/python3.6/site-packages/IfxPy-3.0.4.dist-info/* /home/gsandi/microservicio/lib/python3.6/site-packages/IfxPy.cpython-36m-x86_64-linux-gnu.so

on v 3.0.1: (microservicio) [gsandi@api microservicio]$ pip3 uninstall ifxpy Found existing installation: IfxPy 3.0.1 Uninstalling IfxPy-3.0.1: Would remove: /home/gsandi/microservicio/lib/python3.6/site-packages/IfxPy-3.0.1.dist-info/* /home/gsandi/microservicio/lib/python3.6/site-packages/IfxPy.cpython-36m-x86_64-linux-gnu.so /home/gsandi/microservicio/lib/python3.6/site-packages/IfxPyDbi.py

Why the file ifxpydbi.py is not copied during installation of the new version of IfxPy?

Rgrds.

deokershesh commented 3 years ago

Hi Gary,

For some reason IfxPyDbi.py got missed into 3.0.4 version. We have created a new version 3.0.5 and it should work as expected. Kindly give it a try.

Thanks & Regards -Shesh

On Wed, Oct 21, 2020 at 9:06 AM Gary Ariel Sandi Vigabriel < notifications@github.com> wrote:

After upgrade IfxPy from 3.0.1 to 3.0.4 using pip, i have this error:

ModuleNotFoundError: No module named 'IfxPyDbi'

on uninstall ifxpy v3.0.4: (microservicio) [gsandi@api microservicio]$ pip3 uninstall ifxpy Found existing installation: IfxPy 3.0.4 Uninstalling IfxPy-3.0.4: Would remove:

/home/gsandi/microservicio/lib/python3.6/site-packages/IfxPy-3.0.4.dist-info/* /home/gsandi/microservicio/lib/python3.6/site-packages/ IfxPy.cpython-36m-x86_64-linux-gnu.so

on v 3.0.1: (microservicio) [gsandi@api microservicio]$ pip3 uninstall ifxpy Found existing installation: IfxPy 3.0.1 Uninstalling IfxPy-3.0.1: Would remove:

/home/gsandi/microservicio/lib/python3.6/site-packages/IfxPy-3.0.1.dist-info/ /home/gsandi/microservicio/lib/python3.6/site-packages/ IfxPy.cpython-36m-x86_64-linux-gnu.so /home/gsandi/microservicio/lib/python3.6/site-packages/IfxPyDbi.py*

Why the file ifxpydbi.py is not copied during installation of the new version of IfxPy?

Rgrds.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/OpenInformix/IfxPy/issues/53, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJH44WL4QUKGTGGPZFPJU2DSLZJMRANCNFSM4SZF6WFA .

garysan commented 3 years ago

Thanks!