Skip to content

Unable to install on windows / python 3.13 OR request wheels for python 3.13 #27

@bmcfee

Description

@bmcfee

This popped up in a windows CI action (github actions) yesterday where I'm installing samplerate 0.2.1 via pypi on python 3.13.

3.12 and earlier have worked fine, but those have been using the precompiled wheels, so it's not clear to me if the problem is with the package's build/install or with the environment I'm running.

At any rate, this would be resolved with a post-release to add wheels for 3.13. I'll provide the log here in case it's helpful for diagnosing whether there are deeper issues at play:

Link to the CI log (it's a doozy): https://github.com/librosa/librosa/actions/runs/13448847217/job/37579594106?pr=1913

Relevant log excerpt
2025-02-21T02:39:01.7798727Z   � Building wheel for samplerate (pyproject.toml) did not run successfully.
2025-02-21T02:39:01.7799007Z 
2025-02-21T02:39:01.7799081Z   \u2502 exit code: 1
2025-02-21T02:39:01.7799198Z 
2025-02-21T02:39:01.7799285Z   \u2570\u2500> [161 lines of output]
2025-02-21T02:39:01.7799434Z 
2025-02-21T02:39:01.7799505Z       running bdist_wheel
2025-02-21T02:39:01.7799633Z 
2025-02-21T02:39:01.7799701Z       running build
2025-02-21T02:39:01.7799815Z 
2025-02-21T02:39:01.7799882Z       running build_ext
2025-02-21T02:39:01.7800005Z 
2025-02-21T02:39:01.7800112Z       -- Building for: Visual Studio 17 2022
2025-02-21T02:39:01.7800299Z 
2025-02-21T02:39:01.7800379Z       -- Found Python prefix
2025-02-21T02:39:01.7800527Z 
2025-02-21T02:39:01.7800649Z       -- The C compiler identification is MSVC 19.42.34436.0
2025-02-21T02:39:01.7800847Z 
2025-02-21T02:39:01.7800974Z       -- The CXX compiler identification is MSVC 19.42.34436.0
2025-02-21T02:39:01.7801170Z 
2025-02-21T02:39:01.7801260Z       -- Detecting C compiler ABI info
2025-02-21T02:39:01.7801412Z 
2025-02-21T02:39:01.7801513Z       -- Detecting C compiler ABI info - failed
2025-02-21T02:39:01.7801680Z 
2025-02-21T02:39:01.7802063Z       -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/cl.exe
2025-02-21T02:39:01.7802508Z 
2025-02-21T02:39:01.7802902Z       -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/cl.exe - broken
2025-02-21T02:39:01.7803380Z 
2025-02-21T02:39:01.7803650Z       CMake Error at C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeTestCCompiler.cmake:67 (message):
2025-02-21T02:39:01.7804142Z 
2025-02-21T02:39:01.7804210Z         The C compiler
2025-02-21T02:39:01.7804332Z 
2025-02-21T02:39:01.7804389Z       
2025-02-21T02:39:01.7804477Z 
2025-02-21T02:39:01.7804765Z           "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/cl.exe"
2025-02-21T02:39:01.7805136Z 
2025-02-21T02:39:01.7805190Z       
2025-02-21T02:39:01.7805275Z 
2025-02-21T02:39:01.7805379Z         is not able to compile a simple test program.
2025-02-21T02:39:01.7805563Z 
2025-02-21T02:39:01.7805618Z       
2025-02-21T02:39:01.7805694Z 
2025-02-21T02:39:01.7805786Z         It fails with the following output:
2025-02-21T02:39:01.7805945Z 
2025-02-21T02:39:01.7806015Z       
2025-02-21T02:39:01.7806091Z 
2025-02-21T02:39:01.7806850Z           Change Dir: 'C:/Users/runneradmin/AppData/Local/Temp/pip-install-qx_4_b5f/samplerate_f0d3d0883b8c4b1a98d8df76cb95c897/build/temp.win-amd64-cpython-313/Release/samplerate/CMakeFiles/CMakeScratch/TryCompile-iuc0pb'
2025-02-21T02:39:01.7807633Z 
2025-02-21T02:39:01.7807690Z       
2025-02-21T02:39:01.7807769Z 
2025-02-21T02:39:01.7808397Z           Run Build Command(s): "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/MSBuild/Current/Bin/amd64/MSBuild.exe" cmTC_4be79.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=17.0 /v:n
2025-02-21T02:39:01.7809094Z 
2025-02-21T02:39:01.7809211Z           MSBuild version 17.12.12+1cce77968 for .NET Framework
2025-02-21T02:39:01.7809406Z 
2025-02-21T02:39:01.7809500Z           Build started 2/21/2025 2:39:00 AM.
2025-02-21T02:39:01.7809663Z 
2025-02-21T02:39:01.7809727Z       
2025-02-21T02:39:01.7809805Z 
2025-02-21T02:39:01.7810577Z           Project "C:\Users\runneradmin\AppData\Local\Temp\pip-install-qx_4_b5f\samplerate_f0d3d0883b8c4b1a98d8df76cb95c897\build\temp.win-amd64-cpython-313\Release\samplerate\CMakeFiles\CMakeScratch\TryCompile-iuc0pb\cmTC_4be79.vcxproj" on node 1 (default targets).
2025-02-21T02:39:01.7811413Z 
2025-02-21T02:39:01.7811496Z           PrepareForBuild:
2025-02-21T02:39:01.7811626Z 
2025-02-21T02:39:01.7811730Z             Creating directory "cmTC_4be79.dir\Debug\".
2025-02-21T02:39:01.7811907Z 
2025-02-21T02:39:01.7812365Z             Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
2025-02-21T02:39:01.7812883Z 
2025-02-21T02:39:01.7813551Z             Creating directory "C:\Users\runneradmin\AppData\Local\Temp\pip-install-qx_4_b5f\samplerate_f0d3d0883b8c4b1a98d8df76cb95c897\build\temp.win-amd64-cpython-313\Release\samplerate\CMakeFiles\CMakeScratch\TryCompile-iuc0pb\Debug\".
2025-02-21T02:39:01.7814286Z 
2025-02-21T02:39:01.7814427Z             Creating directory "cmTC_4be79.dir\Debug\cmTC_4be79.tlog\".
2025-02-21T02:39:01.7814649Z 
2025-02-21T02:39:01.7814741Z           InitializeBuildStatus:
2025-02-21T02:39:01.7814882Z 
2025-02-21T02:39:01.7815150Z             Creating "cmTC_4be79.dir\Debug\cmTC_4be79.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
2025-02-21T02:39:01.7815501Z 
2025-02-21T02:39:01.7815656Z             Touching "cmTC_4be79.dir\Debug\cmTC_4be79.tlog\unsuccessfulbuild".
2025-02-21T02:39:01.7815896Z 
2025-02-21T02:39:01.7815958Z           ClCompile:
2025-02-21T02:39:01.7816072Z 
2025-02-21T02:39:01.7817638Z             C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.42.34433\bin\HostX64\x64\CL.exe /c /Zi /W1 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_4be79.dir\Debug\\" /Fd"cmTC_4be79.dir\Debug\vc143.pdb" /external:W1 /Gd /TC /errorReport:queue "C:\Users\runneradmin\AppData\Local\Temp\pip-install-qx_4_b5f\samplerate_f0d3d0883b8c4b1a98d8df76cb95c897\build\temp.win-amd64-cpython-313\Release\samplerate\CMakeFiles\CMakeScratch\TryCompile-iuc0pb\testCCompiler.c"
2025-02-21T02:39:01.7819321Z 
2025-02-21T02:39:01.7819475Z             Microsoft (R) C/C++ Optimizing Compiler Version 19.42.34436 for x64
2025-02-21T02:39:01.7819702Z 
2025-02-21T02:39:01.7819843Z             Copyright (C) Microsoft Corporation.  All rights reserved.
2025-02-21T02:39:01.7820055Z 
2025-02-21T02:39:01.7821327Z             cl /c /Zi /W1 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_4be79.dir\Debug\\" /Fd"cmTC_4be79.dir\Debug\vc143.pdb" /external:W1 /Gd /TC /errorReport:queue "C:\Users\runneradmin\AppData\Local\Temp\pip-install-qx_4_b5f\samplerate_f0d3d0883b8c4b1a98d8df76cb95c897\build\temp.win-amd64-cpython-313\Release\samplerate\CMakeFiles\CMakeScratch\TryCompile-iuc0pb\testCCompiler.c"
2025-02-21T02:39:01.7822656Z 
2025-02-21T02:39:01.7822733Z             testCCompiler.c
2025-02-21T02:39:01.7822926Z 
2025-02-21T02:39:01.7822996Z           Link:
2025-02-21T02:39:01.7823091Z 
2025-02-21T02:39:01.7826764Z             C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.42.34433\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\runneradmin\AppData\Local\Temp\pip-install-qx_4_b5f\samplerate_f0d3d0883b8c4b1a98d8df76cb95c897\build\temp.win-amd64-cpython-313\Release\samplerate\CMakeFiles\CMakeScratch\TryCompile-iuc0pb\Debug\cmTC_4be79.exe" /INCREMENTAL /ILK:"cmTC_4be79.dir\Debug\cmTC_4be79.ilk" /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/runneradmin/AppData/Local/Temp/pip-install-qx_4_b5f/samplerate_f0d3d0883b8c4b1a98d8df76cb95c897/build/temp.win-amd64-cpython-313/Release/samplerate/CMakeFiles/CMakeScratch/TryCompile-iuc0pb/Debug/cmTC_4be79.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/runneradmin/AppData/Local/Temp/pip-install-qx_4_b5f/samplerate_f0d3d0883b8c4b1a98d8df76cb95c897/build/temp.win-amd64-cpython-313/Release/samplerate/CMakeFiles/CMakeScratch/TryCompile-iuc0pb/Debug/cmTC_4be79.lib" /MACHINE:X64  /machine:x64 cmTC_4be79.dir\Debug\testCCompiler.obj
2025-02-21T02:39:01.7830629Z 
2025-02-21T02:39:01.7832386Z           FileTracker : error FTK1011: could not create the new file tracking log file: C:\Users\runneradmin\AppData\Local\Temp\pip-install-qx_4_b5f\samplerate_f0d3d0883b8c4b1a98d8df76cb95c897\build\temp.win-amd64-cpython-313\Release\samplerate\CMakeFiles\CMakeScratch\TryCompile-iuc0pb\cmTC_4be79.dir\Debug\cmTC_4be79.tlog\link-cvtres.write.1.tlog. The system cannot find the path specified. [C:\Users\runneradmin\AppData\Local\Temp\pip-install-qx_4_b5f\samplerate_f0d3d0883b8c4b1a98d8df76cb95c897\build\temp.win-amd64-cpython-313\Release\samplerate\CMakeFiles\CMakeScratch\TryCompile-iuc0pb\cmTC_4be79.vcxproj]
2025-02-21T02:39:01.7834211Z 
2025-02-21T02:39:01.7834276Z       
2025-02-21T02:39:01.7834357Z 
2025-02-21T02:39:01.7834420Z       
2025-02-21T02:39:01.7834501Z 
2025-02-21T02:39:01.7834554Z       
2025-02-21T02:39:01.7834638Z 
2025-02-21T02:39:01.7835423Z           Done Building Project "C:\Users\runneradmin\AppData\Local\Temp\pip-install-qx_4_b5f\samplerate_f0d3d0883b8c4b1a98d8df76cb95c897\build\temp.win-amd64-cpython-313\Release\samplerate\CMakeFiles\CMakeScratch\TryCompile-iuc0pb\cmTC_4be79.vcxproj" (default targets) -- FAILED.
2025-02-21T02:39:01.7836292Z 
2025-02-21T02:39:01.7836348Z       
2025-02-21T02:39:01.7836431Z 
2025-02-21T02:39:01.7836496Z           Build FAILED.
2025-02-21T02:39:01.7836613Z 
2025-02-21T02:39:01.7836668Z       
2025-02-21T02:39:01.7836756Z 
2025-02-21T02:39:01.7837463Z           "C:\Users\runneradmin\AppData\Local\Temp\pip-install-qx_4_b5f\samplerate_f0d3d0883b8c4b1a98d8df76cb95c897\build\temp.win-amd64-cpython-313\Release\samplerate\CMakeFiles\CMakeScratch\TryCompile-iuc0pb\cmTC_4be79.vcxproj" (default target) (1) ->
2025-02-21T02:39:01.7838253Z 
2025-02-21T02:39:01.7838321Z           (Link target) ->
2025-02-21T02:39:01.7838526Z 
2025-02-21T02:39:01.7840277Z             FileTracker : error FTK1011: could not create the new file tracking log file: C:\Users\runneradmin\AppData\Local\Temp\pip-install-qx_4_b5f\samplerate_f0d3d0883b8c4b1a98d8df76cb95c897\build\temp.win-amd64-cpython-313\Release\samplerate\CMakeFiles\CMakeScratch\TryCompile-iuc0pb\cmTC_4be79.dir\Debug\cmTC_4be79.tlog\link-cvtres.write.1.tlog. The system cannot find the path specified. [C:\Users\runneradmin\AppData\Local\Temp\pip-install-qx_4_b5f\samplerate_f0d3d0883b8c4b1a98d8df76cb95c897\build\temp.win-amd64-cpython-313\Release\samplerate\CMakeFiles\CMakeScratch\TryCompile-iuc0pb\cmTC_4be79.vcxproj]
2025-02-21T02:39:01.7842101Z 
2025-02-21T02:39:01.7842155Z       
2025-02-21T02:39:01.7842244Z 
2025-02-21T02:39:01.7842306Z               0 Warning(s)
2025-02-21T02:39:01.7842429Z 
2025-02-21T02:39:01.7842554Z               1 Error(s)
2025-02-21T02:39:01.7842674Z 
2025-02-21T02:39:01.7842729Z       
2025-02-21T02:39:01.7842804Z 
2025-02-21T02:39:01.7842888Z           Time Elapsed 00:00:00.50
2025-02-21T02:39:01.7843026Z 
2025-02-21T02:39:01.7843091Z       
2025-02-21T02:39:01.7843168Z 
2025-02-21T02:39:01.7843230Z       
2025-02-21T02:39:01.7843305Z 
2025-02-21T02:39:01.7843366Z       
2025-02-21T02:39:01.7843440Z 
2025-02-21T02:39:01.7843494Z       
2025-02-21T02:39:01.7843580Z 
2025-02-21T02:39:01.7843634Z       
2025-02-21T02:39:01.7843717Z 
2025-02-21T02:39:01.7843846Z         CMake will not be able to correctly generate this project.
2025-02-21T02:39:01.7844065Z 
2025-02-21T02:39:01.7844148Z       Call Stack (most recent call first):
2025-02-21T02:39:01.7844314Z 
2025-02-21T02:39:01.7844390Z         CMakeLists.txt:8 (project)
2025-02-21T02:39:01.7844526Z 
2025-02-21T02:39:01.7844587Z       
2025-02-21T02:39:01.7844664Z 
2025-02-21T02:39:01.7844736Z       
2025-02-21T02:39:01.7844811Z 
2025-02-21T02:39:01.7844924Z       -- Configuring incomplete, errors occurred!
2025-02-21T02:39:01.7845104Z 
2025-02-21T02:39:01.7845196Z       Traceback (most recent call last):
2025-02-21T02:39:01.7845352Z 
2025-02-21T02:39:01.7845675Z         File "C:\Miniconda\envs\test\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 389, in <module>
2025-02-21T02:39:01.7846064Z 
2025-02-21T02:39:01.7846122Z           main()
2025-02-21T02:39:01.7846227Z 
2025-02-21T02:39:01.7846283Z           ~~~~^^
2025-02-21T02:39:01.7846382Z 
2025-02-21T02:39:01.7846676Z         File "C:\Miniconda\envs\test\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 373, in main
2025-02-21T02:39:01.7847058Z 
2025-02-21T02:39:01.7847171Z           json_out["return_val"] = hook(**hook_input["kwargs"])
2025-02-21T02:39:01.7847370Z 
2025-02-21T02:39:01.7847445Z                                    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-21T02:39:01.7847605Z 
2025-02-21T02:39:01.7847920Z         File "C:\Miniconda\envs\test\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 280, in build_wheel
2025-02-21T02:39:01.7848323Z 
2025-02-21T02:39:01.7848411Z           return _build_backend().build_wheel(
2025-02-21T02:39:01.7848583Z 
2025-02-21T02:39:01.7848653Z                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
2025-02-21T02:39:01.7848797Z 
2025-02-21T02:39:01.7848924Z               wheel_directory, config_settings, metadata_directory
2025-02-21T02:39:01.7849123Z 
2025-02-21T02:39:01.7849205Z               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-21T02:39:01.7849359Z 
2025-02-21T02:39:01.7849423Z           )
2025-02-21T02:39:01.7849510Z 
2025-02-21T02:39:01.7849570Z           ^
2025-02-21T02:39:01.7849648Z 
2025-02-21T02:39:01.7850046Z         File "C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-644lelna\overlay\Lib\site-packages\setuptools\build_meta.py", line 438, in build_wheel
2025-02-21T02:39:01.7850516Z 
2025-02-21T02:39:01.7850682Z           return _build(['bdist_wheel', '--dist-info-dir', str(metadata_directory)])
2025-02-21T02:39:01.7851012Z 
2025-02-21T02:39:01.7851384Z         File "C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-644lelna\overlay\Lib\site-packages\setuptools\build_meta.py", line 426, in _build
2025-02-21T02:39:01.7851840Z 
2025-02-21T02:39:01.7851919Z           return self._build_with_temp_dir(
2025-02-21T02:39:01.7852084Z 
2025-02-21T02:39:01.7852147Z                  ~~~~~~~~~~~~~~~~~~~~~~~~~^
2025-02-21T02:39:01.7852295Z 
2025-02-21T02:39:01.7852354Z               cmd,
2025-02-21T02:39:01.7852464Z 
2025-02-21T02:39:01.7852520Z               ^^^^
2025-02-21T02:39:01.7852619Z 
2025-02-21T02:39:01.7852683Z           ...<3 lines>...
2025-02-21T02:39:01.7852803Z 
2025-02-21T02:39:01.7852901Z               self._arbitrary_args(config_settings),
2025-02-21T02:39:01.7853070Z 
2025-02-21T02:39:01.7853146Z               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-02-21T02:39:01.7853294Z 
2025-02-21T02:39:01.7853427Z           )
2025-02-21T02:39:01.7853511Z 
2025-02-21T02:39:01.7853574Z           ^
2025-02-21T02:39:01.7853657Z 
2025-02-21T02:39:01.7854084Z         File "C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-644lelna\overlay\Lib\site-packages\setuptools\build_meta.py", line 407, in _build_with_temp_dir
2025-02-21T02:39:01.7854581Z 
2025-02-21T02:39:01.7854650Z           self.run_setup()
2025-02-21T02:39:01.7854777Z 
2025-02-21T02:39:01.7854838Z           ~~~~~~~~~~~~~~^^
2025-02-21T02:39:01.7854959Z 
2025-02-21T02:39:01.7855338Z         File "C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-644lelna\overlay\Lib\site-packages\setuptools\build_meta.py", line 320, in run_setup
2025-02-21T02:39:01.7855803Z 
2025-02-21T02:39:01.7855871Z           exec(code, locals())
2025-02-21T02:39:01.7856005Z 
2025-02-21T02:39:01.7856064Z           ~~~~^^^^^^^^^^^^^^^^
2025-02-21T02:39:01.7856188Z 
2025-02-21T02:39:01.7856268Z         File "<string>", line 129, in <module>
2025-02-21T02:39:01.7856435Z 
2025-02-21T02:39:01.7856792Z         File "C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-644lelna\overlay\Lib\site-packages\setuptools\__init__.py", line 117, in setup
2025-02-21T02:39:01.7857240Z 
2025-02-21T02:39:01.7857327Z           return distutils.core.setup(**attrs)
2025-02-21T02:39:01.7857493Z 
2025-02-21T02:39:01.7857565Z                  ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
2025-02-21T02:39:01.7857705Z 
2025-02-21T02:39:01.7858095Z         File "C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-644lelna\overlay\Lib\site-packages\setuptools\_distutils\core.py", line 186, in setup
2025-02-21T02:39:01.7858559Z 
2025-02-21T02:39:01.7858641Z           return run_commands(dist)
2025-02-21T02:39:01.7858784Z 
2025-02-21T02:39:01.7859199Z         File "C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-644lelna\overlay\Lib\site-packages\setuptools\_distutils\core.py", line 202, in run_commands
2025-02-21T02:39:01.7859682Z 
2025-02-21T02:39:01.7859767Z           dist.run_commands()
2025-02-21T02:39:01.7859897Z 
2025-02-21T02:39:01.7859966Z           ~~~~~~~~~~~~~~~~~^^
2025-02-21T02:39:01.7860091Z 
2025-02-21T02:39:01.7860488Z         File "C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-644lelna\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 983, in run_commands
2025-02-21T02:39:01.7860977Z 
2025-02-21T02:39:01.7861046Z           self.run_command(cmd)
2025-02-21T02:39:01.7861187Z 
2025-02-21T02:39:01.7861247Z           ~~~~~~~~~~~~~~~~^^^^^
2025-02-21T02:39:01.7861372Z 
2025-02-21T02:39:01.7861732Z         File "C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-644lelna\overlay\Lib\site-packages\setuptools\dist.py", line 999, in run_command
2025-02-21T02:39:01.7862185Z 
2025-02-21T02:39:01.7862263Z           super().run_command(command)
2025-02-21T02:39:01.7862425Z 
2025-02-21T02:39:01.7862488Z           ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
2025-02-21T02:39:01.7862629Z 
2025-02-21T02:39:01.7863032Z         File "C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-644lelna\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 1002, in run_command
2025-02-21T02:39:01.7863595Z 
2025-02-21T02:39:01.7863659Z           cmd_obj.run()
2025-02-21T02:39:01.7863778Z 
2025-02-21T02:39:01.7863841Z           ~~~~~~~~~~~^^
2025-02-21T02:39:01.7863947Z 
2025-02-21T02:39:01.7864348Z         File "C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-644lelna\overlay\Lib\site-packages\setuptools\command\bdist_wheel.py", line 379, in run
2025-02-21T02:39:01.7864820Z 
2025-02-21T02:39:01.7864906Z           self.run_command("build")
2025-02-21T02:39:01.7865050Z 
2025-02-21T02:39:01.7865122Z           ~~~~~~~~~~~~~~~~^^^^^^^^^
2025-02-21T02:39:01.7865250Z 
2025-02-21T02:39:01.7865647Z         File "C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-644lelna\overlay\Lib\site-packages\setuptools\_distutils\cmd.py", line 339, in run_command
2025-02-21T02:39:01.7866120Z 
2025-02-21T02:39:01.7866286Z           self.distribution.run_command(command)
2025-02-21T02:39:01.7866459Z 
2025-02-21T02:39:01.7866534Z           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
2025-02-21T02:39:01.7866682Z 
2025-02-21T02:39:01.7867046Z         File "C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-644lelna\overlay\Lib\site-packages\setuptools\dist.py", line 999, in run_command
2025-02-21T02:39:01.7867494Z 
2025-02-21T02:39:01.7867568Z           super().run_command(command)
2025-02-21T02:39:01.7867719Z 
2025-02-21T02:39:01.7867781Z           ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
2025-02-21T02:39:01.7867921Z 
2025-02-21T02:39:01.7868317Z         File "C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-644lelna\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 1002, in run_command
2025-02-21T02:39:01.7868801Z 
2025-02-21T02:39:01.7868865Z           cmd_obj.run()
2025-02-21T02:39:01.7868978Z 
2025-02-21T02:39:01.7869037Z           ~~~~~~~~~~~^^
2025-02-21T02:39:01.7869146Z 
2025-02-21T02:39:01.7869546Z         File "C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-644lelna\overlay\Lib\site-packages\setuptools\_distutils\command\build.py", line 136, in run
2025-02-21T02:39:01.7870039Z 
2025-02-21T02:39:01.7870112Z           self.run_command(cmd_name)
2025-02-21T02:39:01.7870256Z 
2025-02-21T02:39:01.7870329Z           ~~~~~~~~~~~~~~~~^^^^^^^^^^
2025-02-21T02:39:01.7870461Z 
2025-02-21T02:39:01.7870861Z         File "C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-644lelna\overlay\Lib\site-packages\setuptools\_distutils\cmd.py", line 339, in run_command
2025-02-21T02:39:01.7871332Z 
2025-02-21T02:39:01.7871426Z           self.distribution.run_command(command)
2025-02-21T02:39:01.7871594Z 
2025-02-21T02:39:01.7871669Z           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
2025-02-21T02:39:01.7871814Z 
2025-02-21T02:39:01.7872179Z         File "C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-644lelna\overlay\Lib\site-packages\setuptools\dist.py", line 999, in run_command
2025-02-21T02:39:01.7872618Z 
2025-02-21T02:39:01.7872703Z           super().run_command(command)
2025-02-21T02:39:01.7872846Z 
2025-02-21T02:39:01.7872917Z           ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
2025-02-21T02:39:01.7873052Z 
2025-02-21T02:39:01.7873447Z         File "C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-644lelna\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 1002, in run_command
2025-02-21T02:39:01.7873930Z 
2025-02-21T02:39:01.7873992Z           cmd_obj.run()
2025-02-21T02:39:01.7874106Z 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions