-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.12 compatibility #208
Comments
Numba: numba/numba#9197
Build logs: https://github.com/ringsaturn/tz-benchmark/actions/runs/6755445795/job/18363879418?pr=129
|
I'm also having this problem. Using python 3.12.1. Please fix - thanks! |
* v6.4.0 python3.12 support closes #208 * Update build.yml
@nhoover @Gui-FernandesBR please check if you can install the new release |
Back in December to work around this I switched to tzfpy but I just tried installing timezonefinder 6.4.0 and got: Successfully built timezonefinder Failed to build h3 error: subprocess-exited-with-error Building wheel for h3 (pyproject.toml) did not run successfully. exit code: 1 [356 lines of output] |
I believe it's related to #207, as it came from here: uber/h3-py#326 However I can install timezonefinder 6.4.0 under 3.12, see ringsaturn/tz-benchmark#143
Maybe you can provide more details info to h3-py repo. |
Python 3.12 was released a few weeks ago, but so far I could not install
timezonefinder
using pip, as commented here: #207 (comment)I opened an issue on h3 since this was the error that I got, so I'm currently waiting for their updates: uber/h3-py#326
Any other problems when building on Python 3.12?
The text was updated successfully, but these errors were encountered: