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
Python 3.12 was recently release, but apparently there's a problem with h3's wheel on PyPI.
I'm working on a project that depends on h3, therefore I cannot build my packge unless I drop this dependency.
This is the full traceback (more than 300 lines so I attached as .txt): error_29_oct.txt
And this is the short version:
Collecting h3
Using cached h3-3.7.6.tar.gz (178 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: h3
Building wheel for h3 (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for h3 (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [356 lines of output]
....
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for h3
Failed to build h3
ERROR: Could not build wheels for h3, which is required to install pyproject.toml-based projects
My environment has these specifications: Python 3.12.0 (tags/v3.12.0:0fb18b0, Oct 2 2023, 13:03:39) [MSC v.1935 64 bit (AMD64)] on win32
The text was updated successfully, but these errors were encountered:
Python 3.12 was recently release, but apparently there's a problem with h3's wheel on PyPI.
I'm working on a project that depends on h3, therefore I cannot build my packge unless I drop this dependency.
This is the full traceback (more than 300 lines so I attached as .txt): error_29_oct.txt
And this is the short version:
My environment has these specifications:
Python 3.12.0 (tags/v3.12.0:0fb18b0, Oct 2 2023, 13:03:39) [MSC v.1935 64 bit (AMD64)] on win32
The text was updated successfully, but these errors were encountered: