Segfault-Inc / Multicorn

Data Access Library
https://multicorn.org/
PostgreSQL License
700 stars 145 forks source link

ImportError No module named multicorn #255

Open ioanadanes opened 4 years ago

ioanadanes commented 4 years ago

Hi,

I've compiled Multicorn 1.4.0 on a CentOS 7 server with postgres 10.13 and python 2.7.5. I don't have any issues using the extension on the server I used to build it, however when I try to install it on another server with the same version of postgres and python I get the following error: ERROR: Error in python: ImportError DETAIL: No module named multicorn

Any idea what I am missing?

Thanks,