Sergey Karpov
Sergey Karpov
When installing on a clean system using `pip install esutil` the installation goes fine, but the package cannot be imported. The error is: ``` root@836b9e6d53c4:/# python3 -c 'import esutil' Traceback...
prior to main body of setup.py so that it may use numpy.get_include() It seems there is no "official" way to do it - see e.g. https://stackoverflow.com/questions/54117786/add-numpy-get-include-argument-to-setuptools-without-preinstalled-numpy (the solution is borrowed...
Pull request from actual branch where merging will take place. Already has all implicit conflicts resolved. Not even the compilation is tested yet :-)
Just to keep track of things - recently (since PG16?..) they split some definitions from `postgres.h` into `varatt.h`. The following changes are necessary to compile RTS2: ```diff diff --git a/src/pgsql/pg_wcs.c...