hsnr-gamera / gamera-4

Gamera 4 for Python 3
GNU General Public License v2.0
10 stars 8 forks source link

Python 3.10 build fails: incompatible type for argument 1 of '_Py_HashDouble' #38

Closed rmast closed 2 years ago

rmast commented 2 years ago

When I build and install gamera-4 with Python3.10 there's an compile-issue on src/gameracore/imageobject.cpp similar to this one: https://github.com/numpy/numpy/issues/19033

cdalitz commented 2 years ago

Thanks for reporting and even fixing this! I have merged your fix into the main branch.