You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awesome project! Just from poking around, it looks like richdem won't build properly on python versions >= 3.10 at the moment. I'm getting a smattering of errors from gcc while trying to build the wheel. You can confirm this from the following docker images:
python:3.10-bookworm
python:3.11-bookworm
python:3.12-bookworm
# install dependencies if not already installed and try to build richdem
apt update; apt install gcc g++; python3 -m pip install richdem
It's not an issue with this project, but I think it's worth noting that 3.9 is the most recent version of python that can be used for it (until the upstream issue is fixed).
The text was updated successfully, but these errors were encountered:
richdem installs via pip on my machine with Python 3.10.12. Still, I just added some text in the documentation that tells users that richdem may be easier to install with pip using Python 3.9. Thanks for the heads up.
Awesome project! Just from poking around, it looks like richdem won't build properly on python versions >= 3.10 at the moment. I'm getting a smattering of errors from gcc while trying to build the wheel. You can confirm this from the following docker images:
It's not an issue with this project, but I think it's worth noting that 3.9 is the most recent version of python that can be used for it (until the upstream issue is fixed).
The text was updated successfully, but these errors were encountered: