zodb / relstorage

A backend for ZODB that stores pickles in a relational database.
Other
54 stars 46 forks source link

Problem installing on macOS Sonoma #502

Closed nicola-gigante closed 9 months ago

nicola-gigante commented 10 months ago

I'm trying to install RelStorage with pip3 on a macOS Sonoma system. I get compilation errors, I think it's a C++ error related to some incompatibilities with recent libc++ versions.

Attached you find the whole output of pip3 install RelStorage. I have Python 3.12 installed with Homebrew.

Let me know if you need further info.

errors.txt

jamadden commented 9 months ago

RelStorage 4.0 fixes at least one of these, and often that fixes knock-on issues as well.

In addition, RelStorage 4.0 officially supports Python 3.12, unlike version 3.5, so there should be an appropriate binary wheel; the universal wheel for Python 3.12 is already available.