pgsql-io / multicorn2

http://multicorn2.org
Other
73 stars 16 forks source link

The Python part of the install using pip needs to specify "--break-system-packages" #25

Closed ShaheedHaque closed 9 months ago

ShaheedHaque commented 12 months ago

For newer versions of pip, the Python part of the install here:

https://github.com/pgsql-io/multicorn2/blob/b68b75c253be72bdfd5b24bf76705c47c238d370/Makefile#L33

needs to specify "--break-system-packages" to allow Multicorn to be installed into the system Python area where Postgres expects to find it. (An alternative might be to install it to a venv specific to Postgres, but that seems much harder).

See https://github.com/pypa/pip/pull/11780.