piwheels / packages

Issue tracker for piwheels package issues
https://github.com/piwheels/packages/issues
20 stars 5 forks source link

Problem with package: monotonic-align #437

Closed SplikZerys closed 3 months ago

SplikZerys commented 3 months ago

Package name

monotonic-align

Package version

all

PyPI URL

https://pypi.org/project/monotonic-align/

piwheels URL

https://www.piwheels.org/project/monotonic-align/

Python version

I am aware this is the issue tracker for a Python package index specifically for Raspberry Pi

I have checked for duplicate issues

I am the maintainer

More information

Can't pip install monotonic_align

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for monotonic_align Failed to build monotonic_align ERROR: Could not build wheels for monotonic_align, which is required to install pyproject.toml-based projects

SplikZerys commented 3 months ago

Building wheel for monotonicalign (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [40 lines of output] C:\Users\Fyodor\AppData\Local\Temp\pip-build-env-t9km2w0\overlay\Lib\site-packages\setuptools\config\pyprojecttoml.py:108: _BetaConfiguration: Support for [tool.setuptools] in pyproject.toml is still beta. warnings.warn(msg, _BetaConfiguration) running bdist_wheel running build running build_py creating build creating build\lib.win-amd64-cpython-312 creating build\lib.win-amd64-cpython-312\monotonic_align copying src\monotonic_align__init__.py -> build\lib.win-amd64-cpython-312\monotonic_align running build_ext cythoning src/core.pyx to src\core.c building 'monotonic_align.core' extension creating build\temp.win-amd64-cpython-312 creating build\temp.win-amd64-cpython-312\Release creating build\temp.win-amd64-cpython-312\Release\src "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.39.33519\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Users\Fyodor\Desktop\git-clones\env\include -IC:\Users\Fyodor\AppData\Local\Programs\Python\Python312\include -IC:\Users\Fyodor\AppData\Local\Programs\Python\Python312\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.39.33519\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /Tcsrc\core.c /Fobuild\temp.win-amd64-cpython-312\Release\src\core.obj core.c src\core.c(2505): warning C4244: '=': conversion from 'Py_ssize_t' to 'int', possible loss of data src\core.c(10091): warning C4996: 'Py_OptimizeFlag': deprecated in 3.12 src\core.c(18022): error C2039: 'curexc_traceback': is not a member of '_ts' C:\Users\Fyodor\AppData\Local\Programs\Python\Python312\include\cpython/pystate.h(115): note: see declaration of '_ts' src\core.c(18025): error C2039: 'curexc_traceback': is not a member of '_ts' C:\Users\Fyodor\AppData\Local\Programs\Python\Python312\include\cpython/pystate.h(115): note: see declaration of '_ts' src\core.c(19072): error C2039: 'ob_digit': is not a member of '_longobject' C:\Users\Fyodor\AppData\Local\Programs\Python\Python312\include\cpython/longintrepr.h(87): note: see declaration of '_longobject' src\core.c(20686): error C2039: 'ob_digit': is not a member of '_longobject' C:\Users\Fyodor\AppData\Local\Programs\Python\Python312\include\cpython/longintrepr.h(87): note: see declaration of '_longobject' src\core.c(20741): error C2039: 'ob_digit': is not a member of '_longobject' C:\Users\Fyodor\AppData\Local\Programs\Python\Python312\include\cpython/longintrepr.h(87): note: see declaration of '_longobject' src\core.c(20920): error C2039: 'ob_digit': is not a member of '_longobject' C:\Users\Fyodor\AppData\Local\Programs\Python\Python312\include\cpython/longintrepr.h(87): note: see declaration of '_longobject' src\core.c(20975): error C2039: 'ob_digit': is not a member of '_longobject' C:\Users\Fyodor\AppData\Local\Programs\Python\Python312\include\cpython/longintrepr.h(87): note: see declaration of '_longobject' src\core.c(21116): error C2039: 'ob_digit': is not a member of '_longobject' C:\Users\Fyodor\AppData\Local\Programs\Python\Python312\include\cpython/longintrepr.h(87): note: see declaration of '_longobject' src\core.c(21171): error C2039: 'ob_digit': is not a member of '_longobject' C:\Users\Fyodor\AppData\Local\Programs\Python\Python312\include\cpython/longintrepr.h(87): note: see declaration of '_longobject' src\core.c(21522): error C2039: 'ob_digit': is not a member of '_longobject' C:\Users\Fyodor\AppData\Local\Programs\Python\Python312\include\cpython/longintrepr.h(87): note: see declaration of '_longobject' error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.39.33519\bin\HostX86\x64\cl.exe' failed with exit code 2 [end of output]