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
For some reason, the action package failed to install on Windows starting Jan.10. Log suggests a uvloop problem since it does not support windows
error: subprocess-exited-with-error\r\n \r\n Getting requirements to build wheel did not run successfully.\r\n exit code: 1\r\n \r\n [20 lines of output]\r\n Traceback (most recent call last):\r\n File \"C:\\Python313\\Lib\\site-packages\\pip\\_vendor\\pyproject_hooks\\_in_process\\_in_process.py\", line 353, in <module>\r\n main()\r\n ~~~~^^\r\n File \"C:\\Python313\\Lib\\site-packages\\pip\\_vendor\\pyproject_hooks\\_in_process\\_in_process.py\", line 335, in main\r\n json_out['return_val'] = hook(**hook_input['kwargs'])\r\n ~~~~^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"C:\\Python313\\Lib\\site-packages\\pip\\_vendor\\pyproject_hooks\\_in_process\\_in_process.py\", line 118, in get_requires_for_build_wheel\r\n return hook(config_settings)\r\n File \"C:\\Users\\Administrator\\AppData\\Local\\Temp\\pip-build-env-yc78wigp\\overlay\\Lib\\site-packages\\setuptools\\build_meta.py\", line 334, in get_requires_for_build_wheel\r\n return self._get_build_requires(config_settings, requirements=[])\r\n ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"C:\\Users\\Administrator\\AppData\\Local\\Temp\\pip-build-env-yc78wigp\\overlay\\Lib\\site-packages\\setuptools\\build_meta.py\", line 304, in _get_build_requires\r\n self.run_setup()\r\n ~~~~~~~~~~~~~~^^\r\n File \"C:\\Users\\Administrator\\AppData\\Local\\Temp\\pip-build-env-yc78wigp\\overlay\\Lib\\site-packages\\setuptools\\build_meta.py\", line 320, in run_setup\r\n exec(code, locals())\r\n ~~~~^^^^^^^^^^^^^^^^\r\n File \"<string>\", line 8, in <module>\r\n RuntimeError: uvloop does not support Windows at the moment\r\n [end of output]\r\n \r\n note: This error originates from a subprocess, and is likely not a problem with pip.\r\nerror: subprocess-exited-with-error\r\n\r\nGetting requirements to build wheel did not run successfully.\r\nexit code: 1\r\n\r\nSee above for output.\r\n\r\nnote: This error originates from a subprocess, and is likely not a problem with pip.", "stderr_lines": ["error: subprocess-exited-with-error", " ", " Getting requirements to build wheel did not run successfully.", " exit code: 1", " ", " [20 lines of output]", " Traceback (most recent call last):", " File \"C:\\Python313\\Lib\\site-packages\\pip\\_vendor\\pyproject_hooks\\_in_process\\_in_process.py\", line 353, in <module>", " main()", " ~~~~^^", " File \"C:\\Python313\\Lib\\site-packages\\pip\\_vendor\\pyproject_hooks\\_in_process\\_in_process.py\", line 335, in main", " json_out['return_val'] = hook(**hook_input['kwargs'])", " ~~~~^^^^^^^^^^^^^^^^^^^^^^^^", " File \"C:\\Python313\\Lib\\site-packages\\pip\\_vendor\\pyproject_hooks\\_in_process\\_in_process.py\", line 118, in get_requires_for_build_wheel", " return hook(config_settings)", " File \"C:\\Users\\Administrator\\AppData\\Local\\Temp\\pip-build-env-yc78wigp\\overlay\\Lib\\site-packages\\setuptools\\build_meta.py\", line 334, in get_requires_for_build_wheel", " return self._get_build_requires(config_settings, requirements=[])", " ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^", " File \"C:\\Users\\Administrator\\AppData\\Local\\Temp\\pip-build-env-yc78wigp\\overlay\\Lib\\site-packages\\setuptools\\build_meta.py\", line 304, in _get_build_requires", " self.run_setup()", " ~~~~~~~~~~~~~~^^", " File \"C:\\Users\\Administrator\\AppData\\Local\\Temp\\pip-build-env-yc78wigp\\overlay\\Lib\\site-packages\\setuptools\\build_meta.py\", line 320, in run_setup", " exec(code, locals())", " ~~~~^^^^^^^^^^^^^^^^", " File \"<string>\", line 8, in <module>", " RuntimeError: uvloop does not support Windows at the moment", " [end of output]", " ", " note: This error originates from a subprocess, and is likely not a problem with pip.", "error: subprocess-exited-with-error"
The text was updated successfully, but these errors were encountered:
For some reason, the
action
package failed to install on Windows starting Jan.10. Log suggests auvloop
problem since it does not support windowsThe text was updated successfully, but these errors were encountered: