Created
November 14, 2024 14:11
-
-
Save sanderjo/34f7f0ff3f3c11a0ed85ea01b0aef080 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Microsoft Windows [Version 10.0.22000.2176] | |
(c) Microsoft Corporation. All rights reserved. | |
C:\Users\super>cd\ | |
C:\>cd git | |
C:\git>cd sabnzbd | |
C:\git\sabnzbd>FOR /F %k in (requirements.txt) DO ( if NOT # == %k ( pip install %k ) ) | |
C:\git\sabnzbd>(if NOT # == # (pip install # ) ) | |
C:\git\sabnzbd>(if NOT # == # (pip install # ) ) | |
C:\git\sabnzbd>(if NOT # == apprise==1.9.0 (pip install apprise==1.9.0 ) ) | |
Requirement already satisfied: apprise==1.9.0 in c:\python312-arm64\lib\site-packages (1.9.0) | |
Requirement already satisfied: certifi in c:\python312-arm64\lib\site-packages (from apprise==1.9.0) (2024.8.30) | |
Requirement already satisfied: requests in c:\python312-arm64\lib\site-packages (from apprise==1.9.0) (2.32.3) | |
Requirement already satisfied: requests-oauthlib in c:\python312-arm64\lib\site-packages (from apprise==1.9.0) (2.0.0) | |
Requirement already satisfied: click>=5.0 in c:\python312-arm64\lib\site-packages (from apprise==1.9.0) (8.1.7) | |
Requirement already satisfied: markdown in c:\python312-arm64\lib\site-packages (from apprise==1.9.0) (3.7) | |
Requirement already satisfied: PyYAML in c:\python312-arm64\lib\site-packages (from apprise==1.9.0) (6.0.2) | |
Requirement already satisfied: colorama in c:\python312-arm64\lib\site-packages (from click>=5.0->apprise==1.9.0) (0.4.6) | |
Requirement already satisfied: charset-normalizer<4,>=2 in c:\python312-arm64\lib\site-packages (from requests->apprise==1.9.0) (3.4.0) | |
Requirement already satisfied: idna<4,>=2.5 in c:\python312-arm64\lib\site-packages (from requests->apprise==1.9.0) (3.10) | |
Requirement already satisfied: urllib3<3,>=1.21.1 in c:\python312-arm64\lib\site-packages (from requests->apprise==1.9.0) (2.2.3) | |
Requirement already satisfied: oauthlib>=3.0.0 in c:\python312-arm64\lib\site-packages (from requests-oauthlib->apprise==1.9.0) (3.2.2) | |
C:\git\sabnzbd>(if NOT # == sabctools==8.2.5 (pip install sabctools==8.2.5 ) ) | |
Requirement already satisfied: sabctools==8.2.5 in c:\python312-arm64\lib\site-packages (8.2.5) | |
C:\git\sabnzbd>(if NOT # == CT3==3.3.3.post1 (pip install CT3==3.3.3.post1 ) ) | |
Requirement already satisfied: CT3==3.3.3.post1 in c:\python312-arm64\lib\site-packages (3.3.3.post1) | |
C:\git\sabnzbd>(if NOT # == cffi==1.17.1 (pip install cffi==1.17.1 ) ) | |
Collecting cffi==1.17.1 | |
Using cached cffi-1.17.1.tar.gz (516 kB) | |
Installing build dependencies ... done | |
Getting requirements to build wheel ... error | |
error: subprocess-exited-with-error | |
× Getting requirements to build wheel did not run successfully. | |
│ exit code: 1 | |
╰─> [30 lines of output] | |
Traceback (most recent call last): | |
File "C:\Python312-arm64\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in <module> | |
main() | |
File "C:\Python312-arm64\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:\Python312-arm64\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\super\AppData\Local\Temp\pip-build-env-xs_gpd13\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\super\AppData\Local\Temp\pip-build-env-xs_gpd13\overlay\Lib\site-packages\setuptools\build_meta.py", line 304, in _get_build_requires | |
self.run_setup() | |
File "C:\Users\super\AppData\Local\Temp\pip-build-env-xs_gpd13\overlay\Lib\site-packages\setuptools\build_meta.py", line 320, in run_setup | |
exec(code, locals()) | |
File "<string>", line 126, in <module> | |
File "<string>", line 105, in uses_msvc | |
File "C:\Users\super\AppData\Local\Temp\pip-build-env-xs_gpd13\overlay\Lib\site-packages\setuptools\_distutils\command\config.py", line 220, in try_compile | |
self._compile(body, headers, include_dirs, lang) | |
File "C:\Users\super\AppData\Local\Temp\pip-build-env-xs_gpd13\overlay\Lib\site-packages\setuptools\_distutils\command\config.py", line 132, in _compile | |
self.compiler.compile([src], include_dirs=include_dirs) | |
File "C:\Users\super\AppData\Local\Temp\pip-build-env-xs_gpd13\overlay\Lib\site-packages\setuptools\_distutils\_msvccompiler.py", line 379, in compile | |
self.initialize() | |
File "C:\Users\super\AppData\Local\Temp\pip-build-env-xs_gpd13\overlay\Lib\site-packages\setuptools\_distutils\_msvccompiler.py", line 289, in initialize | |
vc_env = _get_vc_env(plat_spec) | |
^^^^^^^^^^^^^^^^^^^^^^ | |
File "C:\Users\super\AppData\Local\Temp\pip-build-env-xs_gpd13\overlay\Lib\site-packages\setuptools\_distutils\_msvccompiler.py", line 150, in _get_vc_env | |
raise DistutilsPlatformError( | |
distutils.errors.DistutilsPlatformError: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ | |
[end of output] | |
note: This error originates from a subprocess, and is likely not a problem with pip. | |
error: subprocess-exited-with-error | |
× Getting requirements to build wheel did not run successfully. | |
│ exit code: 1 | |
╰─> See above for output. | |
note: This error originates from a subprocess, and is likely not a problem with pip. | |
C:\git\sabnzbd>(if NOT # == pycparser==2.22 (pip install pycparser==2.22 ) ) | |
Requirement already satisfied: pycparser==2.22 in c:\python312-arm64\lib\site-packages (2.22) | |
C:\git\sabnzbd>(if NOT # == feedparser==6.0.11 (pip install feedparser==6.0.11 ) ) | |
Requirement already satisfied: feedparser==6.0.11 in c:\python312-arm64\lib\site-packages (6.0.11) | |
Requirement already satisfied: sgmllib3k in c:\python312-arm64\lib\site-packages (from feedparser==6.0.11) (1.0.0) | |
C:\git\sabnzbd>(if NOT # == configobj==5.0.9 (pip install configobj==5.0.9 ) ) | |
Requirement already satisfied: configobj==5.0.9 in c:\python312-arm64\lib\site-packages (5.0.9) | |
C:\git\sabnzbd>(if NOT # == cheroot==10.0.1 (pip install cheroot==10.0.1 ) ) | |
Requirement already satisfied: cheroot==10.0.1 in c:\python312-arm64\lib\site-packages (10.0.1) | |
Requirement already satisfied: more-itertools>=2.6 in c:\python312-arm64\lib\site-packages (from cheroot==10.0.1) (10.5.0) | |
Requirement already satisfied: jaraco.functools in c:\python312-arm64\lib\site-packages (from cheroot==10.0.1) (4.1.0) | |
C:\git\sabnzbd>(if NOT # == six==1.16.0 (pip install six==1.16.0 ) ) | |
Requirement already satisfied: six==1.16.0 in c:\python312-arm64\lib\site-packages (1.16.0) | |
C:\git\sabnzbd>(if NOT # == cherrypy==18.10.0 (pip install cherrypy==18.10.0 ) ) | |
Requirement already satisfied: cherrypy==18.10.0 in c:\python312-arm64\lib\site-packages (18.10.0) | |
Requirement already satisfied: cheroot>=8.2.1 in c:\python312-arm64\lib\site-packages (from cherrypy==18.10.0) (10.0.1) | |
Requirement already satisfied: portend>=2.1.1 in c:\python312-arm64\lib\site-packages (from cherrypy==18.10.0) (3.2.0) | |
Requirement already satisfied: more-itertools in c:\python312-arm64\lib\site-packages (from cherrypy==18.10.0) (10.5.0) | |
Requirement already satisfied: zc.lockfile in c:\python312-arm64\lib\site-packages (from cherrypy==18.10.0) (3.0.post1) | |
Requirement already satisfied: jaraco.collections in c:\python312-arm64\lib\site-packages (from cherrypy==18.10.0) (5.0.0) | |
Requirement already satisfied: jaraco.functools in c:\python312-arm64\lib\site-packages (from cheroot>=8.2.1->cherrypy==18.10.0) (4.1.0) | |
Requirement already satisfied: tempora>=1.8 in c:\python312-arm64\lib\site-packages (from portend>=2.1.1->cherrypy==18.10.0) (5.7.0) | |
Requirement already satisfied: jaraco.text in c:\python312-arm64\lib\site-packages (from jaraco.collections->cherrypy==18.10.0) (3.8.1) | |
Requirement already satisfied: setuptools in c:\python312-arm64\lib\site-packages (from zc.lockfile->cherrypy==18.10.0) (75.1.0) | |
Requirement already satisfied: python-dateutil in c:\python312-arm64\lib\site-packages (from tempora>=1.8->portend>=2.1.1->cherrypy==18.10.0) (2.9.0.post0) | |
Requirement already satisfied: jaraco.context>=4.1 in c:\python312-arm64\lib\site-packages (from jaraco.text->jaraco.collections->cherrypy==18.10.0) (4.3.0) | |
Requirement already satisfied: six>=1.5 in c:\python312-arm64\lib\site-packages (from python-dateutil->tempora>=1.8->portend>=2.1.1->cherrypy==18.10.0) (1.16.0) | |
C:\git\sabnzbd>(if NOT # == jaraco.functools==4.1.0 (pip install jaraco.functools==4.1.0 ) ) | |
Requirement already satisfied: jaraco.functools==4.1.0 in c:\python312-arm64\lib\site-packages (4.1.0) | |
Requirement already satisfied: more-itertools in c:\python312-arm64\lib\site-packages (from jaraco.functools==4.1.0) (10.5.0) | |
C:\git\sabnzbd>(if NOT # == jaraco.collections==5.0.0 (pip install jaraco.collections==5.0.0 ) ) | |
Requirement already satisfied: jaraco.collections==5.0.0 in c:\python312-arm64\lib\site-packages (5.0.0) | |
Requirement already satisfied: jaraco.text in c:\python312-arm64\lib\site-packages (from jaraco.collections==5.0.0) (3.8.1) | |
Requirement already satisfied: jaraco.functools in c:\python312-arm64\lib\site-packages (from jaraco.text->jaraco.collections==5.0.0) (4.1.0) | |
Requirement already satisfied: jaraco.context>=4.1 in c:\python312-arm64\lib\site-packages (from jaraco.text->jaraco.collections==5.0.0) (4.3.0) | |
Requirement already satisfied: more-itertools in c:\python312-arm64\lib\site-packages (from jaraco.functools->jaraco.text->jaraco.collections==5.0.0) (10.5.0) | |
C:\git\sabnzbd>(if NOT # == jaraco.text==3.8.1 (pip install jaraco.text==3.8.1 ) ) | |
Requirement already satisfied: jaraco.text==3.8.1 in c:\python312-arm64\lib\site-packages (3.8.1) | |
Requirement already satisfied: jaraco.functools in c:\python312-arm64\lib\site-packages (from jaraco.text==3.8.1) (4.1.0) | |
Requirement already satisfied: jaraco.context>=4.1 in c:\python312-arm64\lib\site-packages (from jaraco.text==3.8.1) (4.3.0) | |
Requirement already satisfied: more-itertools in c:\python312-arm64\lib\site-packages (from jaraco.functools->jaraco.text==3.8.1) (10.5.0) | |
C:\git\sabnzbd>(if NOT # == jaraco.classes==3.4.0 (pip install jaraco.classes==3.4.0 ) ) | |
Requirement already satisfied: jaraco.classes==3.4.0 in c:\python312-arm64\lib\site-packages (3.4.0) | |
Requirement already satisfied: more-itertools in c:\python312-arm64\lib\site-packages (from jaraco.classes==3.4.0) (10.5.0) | |
C:\git\sabnzbd>(if NOT # == jaraco.context==4.3.0 (pip install jaraco.context==4.3.0 ) ) | |
Requirement already satisfied: jaraco.context==4.3.0 in c:\python312-arm64\lib\site-packages (4.3.0) | |
C:\git\sabnzbd>(if NOT # == more-itertools==10.5.0 (pip install more-itertools==10.5.0 ) ) | |
Requirement already satisfied: more-itertools==10.5.0 in c:\python312-arm64\lib\site-packages (10.5.0) | |
C:\git\sabnzbd>(if NOT # == zc.lockfile==3.0.post1 (pip install zc.lockfile==3.0.post1 ) ) | |
Requirement already satisfied: zc.lockfile==3.0.post1 in c:\python312-arm64\lib\site-packages (3.0.post1) | |
Requirement already satisfied: setuptools in c:\python312-arm64\lib\site-packages (from zc.lockfile==3.0.post1) (75.1.0) | |
C:\git\sabnzbd>(if NOT # == python-dateutil==2.9.0.post0 (pip install python-dateutil==2.9.0.post0 ) ) | |
Requirement already satisfied: python-dateutil==2.9.0.post0 in c:\python312-arm64\lib\site-packages (2.9.0.post0) | |
Requirement already satisfied: six>=1.5 in c:\python312-arm64\lib\site-packages (from python-dateutil==2.9.0.post0) (1.16.0) | |
C:\git\sabnzbd>(if NOT # == tempora==5.7.0 (pip install tempora==5.7.0 ) ) | |
Requirement already satisfied: tempora==5.7.0 in c:\python312-arm64\lib\site-packages (5.7.0) | |
Requirement already satisfied: jaraco.functools>=1.20 in c:\python312-arm64\lib\site-packages (from tempora==5.7.0) (4.1.0) | |
Requirement already satisfied: python-dateutil in c:\python312-arm64\lib\site-packages (from tempora==5.7.0) (2.9.0.post0) | |
Requirement already satisfied: more-itertools in c:\python312-arm64\lib\site-packages (from jaraco.functools>=1.20->tempora==5.7.0) (10.5.0) | |
Requirement already satisfied: six>=1.5 in c:\python312-arm64\lib\site-packages (from python-dateutil->tempora==5.7.0) (1.16.0) | |
C:\git\sabnzbd>(if NOT # == pytz==2024.2 (pip install pytz==2024.2 ) ) | |
Requirement already satisfied: pytz==2024.2 in c:\python312-arm64\lib\site-packages (2024.2) | |
C:\git\sabnzbd>(if NOT # == sgmllib3k==1.0.0 (pip install sgmllib3k==1.0.0 ) ) | |
Requirement already satisfied: sgmllib3k==1.0.0 in c:\python312-arm64\lib\site-packages (1.0.0) | |
C:\git\sabnzbd>(if NOT # == portend==3.2.0 (pip install portend==3.2.0 ) ) | |
Requirement already satisfied: portend==3.2.0 in c:\python312-arm64\lib\site-packages (3.2.0) | |
Requirement already satisfied: tempora>=1.8 in c:\python312-arm64\lib\site-packages (from portend==3.2.0) (5.7.0) | |
Requirement already satisfied: jaraco.functools>=1.20 in c:\python312-arm64\lib\site-packages (from tempora>=1.8->portend==3.2.0) (4.1.0) | |
Requirement already satisfied: python-dateutil in c:\python312-arm64\lib\site-packages (from tempora>=1.8->portend==3.2.0) (2.9.0.post0) | |
Requirement already satisfied: more-itertools in c:\python312-arm64\lib\site-packages (from jaraco.functools>=1.20->tempora>=1.8->portend==3.2.0) (10.5.0) | |
Requirement already satisfied: six>=1.5 in c:\python312-arm64\lib\site-packages (from python-dateutil->tempora>=1.8->portend==3.2.0) (1.16.0) | |
C:\git\sabnzbd>(if NOT # == chardet==5.2.0 (pip install chardet==5.2.0 ) ) | |
Requirement already satisfied: chardet==5.2.0 in c:\python312-arm64\lib\site-packages (5.2.0) | |
C:\git\sabnzbd>(if NOT # == PySocks==1.7.1 (pip install PySocks==1.7.1 ) ) | |
Requirement already satisfied: PySocks==1.7.1 in c:\python312-arm64\lib\site-packages (1.7.1) | |
C:\git\sabnzbd>(if NOT # == puremagic==1.28 (pip install puremagic==1.28 ) ) | |
Requirement already satisfied: puremagic==1.28 in c:\python312-arm64\lib\site-packages (1.28) | |
C:\git\sabnzbd>(if NOT # == guessit==3.8.0 (pip install guessit==3.8.0 ) ) | |
Requirement already satisfied: guessit==3.8.0 in c:\python312-arm64\lib\site-packages (3.8.0) | |
Requirement already satisfied: rebulk>=3.2.0 in c:\python312-arm64\lib\site-packages (from guessit==3.8.0) (3.2.0) | |
Requirement already satisfied: babelfish>=0.6.0 in c:\python312-arm64\lib\site-packages (from guessit==3.8.0) (0.6.1) | |
Requirement already satisfied: python-dateutil in c:\python312-arm64\lib\site-packages (from guessit==3.8.0) (2.9.0.post0) | |
Requirement already satisfied: six>=1.5 in c:\python312-arm64\lib\site-packages (from python-dateutil->guessit==3.8.0) (1.16.0) | |
C:\git\sabnzbd>(if NOT # == babelfish==0.6.1 (pip install babelfish==0.6.1 ) ) | |
Requirement already satisfied: babelfish==0.6.1 in c:\python312-arm64\lib\site-packages (0.6.1) | |
C:\git\sabnzbd>(if NOT # == rebulk==3.2.0 (pip install rebulk==3.2.0 ) ) | |
Requirement already satisfied: rebulk==3.2.0 in c:\python312-arm64\lib\site-packages (3.2.0) | |
C:\git\sabnzbd>(if NOT # == # (pip install # ) ) | |
C:\git\sabnzbd>(if NOT # == # (pip install # ) ) | |
C:\git\sabnzbd>(if NOT # == cryptography==43.0.3 (pip install cryptography==43.0.3 ) ) | |
Collecting cryptography==43.0.3 | |
Using cached cryptography-43.0.3.tar.gz (686 kB) | |
Installing build dependencies ... error | |
error: subprocess-exited-with-error | |
× pip subprocess to install build dependencies did not run successfully. | |
│ exit code: 1 | |
╰─> [55 lines of output] | |
Collecting maturin<2,>=1 | |
Using cached maturin-1.7.4-py3-none-win_arm64.whl.metadata (18 kB) | |
Collecting cffi>=1.12 | |
Using cached cffi-1.17.1.tar.gz (516 kB) | |
Installing build dependencies: started | |
Installing build dependencies: finished with status 'done' | |
Getting requirements to build wheel: started | |
Getting requirements to build wheel: finished with status 'error' | |
error: subprocess-exited-with-error | |
Getting requirements to build wheel did not run successfully. | |
exit code: 1 | |
[30 lines of output] | |
Traceback (most recent call last): | |
File "C:\Python312-arm64\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in <module> | |
main() | |
File "C:\Python312-arm64\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:\Python312-arm64\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\super\AppData\Local\Temp\pip-build-env-_efj8pw7\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\super\AppData\Local\Temp\pip-build-env-_efj8pw7\overlay\Lib\site-packages\setuptools\build_meta.py", line 304, in _get_build_requires | |
self.run_setup() | |
File "C:\Users\super\AppData\Local\Temp\pip-build-env-_efj8pw7\overlay\Lib\site-packages\setuptools\build_meta.py", line 320, in run_setup | |
exec(code, locals()) | |
File "<string>", line 126, in <module> | |
File "<string>", line 105, in uses_msvc | |
File "C:\Users\super\AppData\Local\Temp\pip-build-env-_efj8pw7\overlay\Lib\site-packages\setuptools\_distutils\command\config.py", line 220, in try_compile | |
self._compile(body, headers, include_dirs, lang) | |
File "C:\Users\super\AppData\Local\Temp\pip-build-env-_efj8pw7\overlay\Lib\site-packages\setuptools\_distutils\command\config.py", line 132, in _compile | |
self.compiler.compile([src], include_dirs=include_dirs) | |
File "C:\Users\super\AppData\Local\Temp\pip-build-env-_efj8pw7\overlay\Lib\site-packages\setuptools\_distutils\_msvccompiler.py", line 379, in compile | |
self.initialize() | |
File "C:\Users\super\AppData\Local\Temp\pip-build-env-_efj8pw7\overlay\Lib\site-packages\setuptools\_distutils\_msvccompiler.py", line 289, in initialize | |
vc_env = _get_vc_env(plat_spec) | |
^^^^^^^^^^^^^^^^^^^^^^ | |
File "C:\Users\super\AppData\Local\Temp\pip-build-env-_efj8pw7\overlay\Lib\site-packages\setuptools\_distutils\_msvccompiler.py", line 150, in _get_vc_env | |
raise DistutilsPlatformError( | |
distutils.errors.DistutilsPlatformError: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ | |
[end of output] | |
note: This error originates from a subprocess, and is likely not a problem with pip. | |
error: subprocess-exited-with-error | |
Getting requirements to build wheel did not run successfully. | |
exit code: 1 | |
See above for output. | |
note: This error originates from a subprocess, and is likely not a problem with pip. | |
[end of output] | |
note: This error originates from a subprocess, and is likely not a problem with pip. | |
error: subprocess-exited-with-error | |
× pip subprocess to install build dependencies did not run successfully. | |
│ exit code: 1 | |
╰─> See above for output. | |
note: This error originates from a subprocess, and is likely not a problem with pip. | |
C:\git\sabnzbd>(if NOT # == # (pip install # ) ) | |
C:\git\sabnzbd>(if NOT # == # (pip install # ) ) | |
C:\git\sabnzbd>(if NOT # == ujson==5.10.0 (pip install ujson==5.10.0 ) ) | |
Collecting ujson==5.10.0 | |
Using cached ujson-5.10.0.tar.gz (7.2 MB) | |
Installing build dependencies ... done | |
Getting requirements to build wheel ... done | |
Preparing metadata (pyproject.toml) ... done | |
Building wheels for collected packages: ujson | |
Building wheel for ujson (pyproject.toml) ... error | |
error: subprocess-exited-with-error | |
× Building wheel for ujson (pyproject.toml) did not run successfully. | |
│ exit code: 1 | |
╰─> [11 lines of output] | |
WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section' | |
Traceback (most recent call last): | |
File "C:\Users\super\AppData\Local\Temp\pip-build-env-kyq8_udn\overlay\Lib\site-packages\setuptools_scm\_integration\pyproject_reading.py", line 36, in read_pyproject | |
section = defn.get("tool", {})[tool_name] | |
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ | |
KeyError: 'setuptools_scm' | |
running bdist_wheel | |
running build | |
running build_ext | |
building 'ujson' extension | |
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ | |
[end of output] | |
note: This error originates from a subprocess, and is likely not a problem with pip. | |
ERROR: Failed building wheel for ujson | |
Failed to build ujson | |
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (ujson) | |
C:\git\sabnzbd>(if NOT # == # (pip install # ) ) | |
C:\git\sabnzbd>(if NOT # == pywin32==308; (pip install pywin32==308; ) ) | |
Requirement already satisfied: pywin32==308 in c:\python312-arm64\lib\site-packages (308) | |
C:\git\sabnzbd>(if NOT # == windows-toasts==1.3.0; (pip install windows-toasts==1.3.0; ) ) | |
Requirement already satisfied: windows-toasts==1.3.0 in c:\python312-arm64\lib\site-packages (1.3.0) | |
Requirement already satisfied: winrt-runtime~=2.0 in c:\python312-arm64\lib\site-packages (from windows-toasts==1.3.0) (2.3.0) | |
Requirement already satisfied: winrt-Windows.Data.Xml.Dom~=2.0 in c:\python312-arm64\lib\site-packages (from windows-toasts==1.3.0) (2.3.0) | |
Requirement already satisfied: winrt-Windows.Foundation~=2.0 in c:\python312-arm64\lib\site-packages (from windows-toasts==1.3.0) (2.3.0) | |
Requirement already satisfied: winrt-Windows.Foundation.Collections~=2.0 in c:\python312-arm64\lib\site-packages (from windows-toasts==1.3.0) (2.3.0) | |
Requirement already satisfied: winrt-Windows.UI.Notifications~=2.0 in c:\python312-arm64\lib\site-packages (from windows-toasts==1.3.0) (2.3.0) | |
C:\git\sabnzbd>(if NOT # == winrt-runtime==2.3.0; (pip install winrt-runtime==2.3.0; ) ) | |
Requirement already satisfied: winrt-runtime==2.3.0 in c:\python312-arm64\lib\site-packages (2.3.0) | |
C:\git\sabnzbd>(if NOT # == winrt-Windows.Data.Xml.Dom==2.3.0; (pip install winrt-Windows.Data.Xml.Dom==2.3.0; ) ) | |
Requirement already satisfied: winrt-Windows.Data.Xml.Dom==2.3.0 in c:\python312-arm64\lib\site-packages (2.3.0) | |
Requirement already satisfied: winrt-runtime==2.3.0 in c:\python312-arm64\lib\site-packages (from winrt-Windows.Data.Xml.Dom==2.3.0) (2.3.0) | |
C:\git\sabnzbd>(if NOT # == winrt-Windows.Foundation==2.3.0; (pip install winrt-Windows.Foundation==2.3.0; ) ) | |
Requirement already satisfied: winrt-Windows.Foundation==2.3.0 in c:\python312-arm64\lib\site-packages (2.3.0) | |
Requirement already satisfied: winrt-runtime==2.3.0 in c:\python312-arm64\lib\site-packages (from winrt-Windows.Foundation==2.3.0) (2.3.0) | |
C:\git\sabnzbd>(if NOT # == winrt-Windows.Foundation.Collections==2.3.0; (pip install winrt-Windows.Foundation.Collections==2.3.0; ) ) | |
Requirement already satisfied: winrt-Windows.Foundation.Collections==2.3.0 in c:\python312-arm64\lib\site-packages (2.3.0) | |
Requirement already satisfied: winrt-runtime==2.3.0 in c:\python312-arm64\lib\site-packages (from winrt-Windows.Foundation.Collections==2.3.0) (2.3.0) | |
C:\git\sabnzbd>(if NOT # == winrt-Windows.UI.Notifications==2.3.0; (pip install winrt-Windows.UI.Notifications==2.3.0; ) ) | |
Requirement already satisfied: winrt-Windows.UI.Notifications==2.3.0 in c:\python312-arm64\lib\site-packages (2.3.0) | |
Requirement already satisfied: winrt-runtime==2.3.0 in c:\python312-arm64\lib\site-packages (from winrt-Windows.UI.Notifications==2.3.0) (2.3.0) | |
C:\git\sabnzbd>(if NOT # == # (pip install # ) ) | |
C:\git\sabnzbd>(if NOT # == pyobjc-core==10.3.1; (pip install pyobjc-core==10.3.1; ) ) | |
Collecting pyobjc-core==10.3.1 | |
Using cached pyobjc_core-10.3.1.tar.gz (935 kB) | |
Installing build dependencies ... done | |
Getting requirements to build wheel ... error | |
error: subprocess-exited-with-error | |
× Getting requirements to build wheel did not run successfully. | |
│ exit code: 1 | |
╰─> [25 lines of output] | |
<string>:17: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html | |
<string>:216: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. | |
!! | |
******************************************************************************** | |
Please remove any references to `setuptools.command.test` in all supported versions of the affected package. | |
By 2024-Nov-15, you need to update your project and remove deprecated calls | |
or your builds will no longer be supported. | |
******************************************************************************** | |
!! | |
<string>:218: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. | |
!! | |
******************************************************************************** | |
Please remove any references to `setuptools.command.test` in all supported versions of the affected package. | |
By 2024-Nov-15, you need to update your project and remove deprecated calls | |
or your builds will no longer be supported. | |
******************************************************************************** | |
!! | |
running egg_info | |
error: PyObjC requires macOS to build | |
[end of output] | |
note: This error originates from a subprocess, and is likely not a problem with pip. | |
error: subprocess-exited-with-error | |
× Getting requirements to build wheel did not run successfully. | |
│ exit code: 1 | |
╰─> See above for output. | |
note: This error originates from a subprocess, and is likely not a problem with pip. | |
C:\git\sabnzbd>(if NOT # == pyobjc-framework-Cocoa==10.3.1; (pip install pyobjc-framework-Cocoa==10.3.1; ) ) | |
Collecting pyobjc-framework-Cocoa==10.3.1 | |
Using cached pyobjc_framework_cocoa-10.3.1.tar.gz (4.9 MB) | |
Installing build dependencies ... done | |
Getting requirements to build wheel ... error | |
error: subprocess-exited-with-error | |
× Getting requirements to build wheel did not run successfully. | |
│ exit code: 1 | |
╰─> [45 lines of output] | |
C:\Users\super\AppData\Local\Temp\pip-install-wo1h42q2\pyobjc-framework-cocoa_7efb4f5ac144457591f4e2d4821cbd5d\pyobjc_setup.py:87: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. | |
!! | |
******************************************************************************** | |
Please remove any references to `setuptools.command.test` in all supported versions of the affected package. | |
By 2024-Nov-15, you need to update your project and remove deprecated calls | |
or your builds will no longer be supported. | |
******************************************************************************** | |
!! | |
class oc_test(test.test): | |
C:\Users\super\AppData\Local\Temp\pip-install-wo1h42q2\pyobjc-framework-cocoa_7efb4f5ac144457591f4e2d4821cbd5d\pyobjc_setup.py:89: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. | |
!! | |
******************************************************************************** | |
Please remove any references to `setuptools.command.test` in all supported versions of the affected package. | |
By 2024-Nov-15, you need to update your project and remove deprecated calls | |
or your builds will no longer be supported. | |
******************************************************************************** | |
!! | |
user_options = test.test.user_options + [ | |
Traceback (most recent call last): | |
File "C:\Python312-arm64\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in <module> | |
main() | |
File "C:\Python312-arm64\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:\Python312-arm64\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\super\AppData\Local\Temp\pip-build-env-u8qk_ct_\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\super\AppData\Local\Temp\pip-build-env-u8qk_ct_\overlay\Lib\site-packages\setuptools\build_meta.py", line 304, in _get_build_requires | |
self.run_setup() | |
File "C:\Users\super\AppData\Local\Temp\pip-build-env-u8qk_ct_\overlay\Lib\site-packages\setuptools\build_meta.py", line 320, in run_setup | |
exec(code, locals()) | |
File "<string>", line 27, in <module> | |
File "C:\Users\super\AppData\Local\Temp\pip-install-wo1h42q2\pyobjc-framework-cocoa_7efb4f5ac144457591f4e2d4821cbd5d\pyobjc_setup.py", line 470, in Extension | |
if "clang" in get_config_var("CC"): | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
TypeError: argument of type 'NoneType' is not iterable | |
[end of output] | |
note: This error originates from a subprocess, and is likely not a problem with pip. | |
error: subprocess-exited-with-error | |
× Getting requirements to build wheel did not run successfully. | |
│ exit code: 1 | |
╰─> See above for output. | |
note: This error originates from a subprocess, and is likely not a problem with pip. | |
C:\git\sabnzbd>(if NOT # == # (pip install # ) ) | |
C:\git\sabnzbd>(if NOT # == notify2==0.3.1; (pip install notify2==0.3.1; ) ) | |
Requirement already satisfied: notify2==0.3.1 in c:\python312-arm64\lib\site-packages (0.3.1) | |
C:\git\sabnzbd>(if NOT # == # (pip install # ) ) | |
C:\git\sabnzbd>(if NOT # == requests==2.32.3 (pip install requests==2.32.3 ) ) | |
Requirement already satisfied: requests==2.32.3 in c:\python312-arm64\lib\site-packages (2.32.3) | |
Requirement already satisfied: charset-normalizer<4,>=2 in c:\python312-arm64\lib\site-packages (from requests==2.32.3) (3.4.0) | |
Requirement already satisfied: idna<4,>=2.5 in c:\python312-arm64\lib\site-packages (from requests==2.32.3) (3.10) | |
Requirement already satisfied: urllib3<3,>=1.21.1 in c:\python312-arm64\lib\site-packages (from requests==2.32.3) (2.2.3) | |
Requirement already satisfied: certifi>=2017.4.17 in c:\python312-arm64\lib\site-packages (from requests==2.32.3) (2024.8.30) | |
C:\git\sabnzbd>(if NOT # == requests-oauthlib==2.0.0 (pip install requests-oauthlib==2.0.0 ) ) | |
Requirement already satisfied: requests-oauthlib==2.0.0 in c:\python312-arm64\lib\site-packages (2.0.0) | |
Requirement already satisfied: oauthlib>=3.0.0 in c:\python312-arm64\lib\site-packages (from requests-oauthlib==2.0.0) (3.2.2) | |
Requirement already satisfied: requests>=2.0.0 in c:\python312-arm64\lib\site-packages (from requests-oauthlib==2.0.0) (2.32.3) | |
Requirement already satisfied: charset-normalizer<4,>=2 in c:\python312-arm64\lib\site-packages (from requests>=2.0.0->requests-oauthlib==2.0.0) (3.4.0) | |
Requirement already satisfied: idna<4,>=2.5 in c:\python312-arm64\lib\site-packages (from requests>=2.0.0->requests-oauthlib==2.0.0) (3.10) | |
Requirement already satisfied: urllib3<3,>=1.21.1 in c:\python312-arm64\lib\site-packages (from requests>=2.0.0->requests-oauthlib==2.0.0) (2.2.3) | |
Requirement already satisfied: certifi>=2017.4.17 in c:\python312-arm64\lib\site-packages (from requests>=2.0.0->requests-oauthlib==2.0.0) (2024.8.30) | |
C:\git\sabnzbd>(if NOT # == PyYAML==6.0.2 (pip install PyYAML==6.0.2 ) ) | |
Requirement already satisfied: PyYAML==6.0.2 in c:\python312-arm64\lib\site-packages (6.0.2) | |
C:\git\sabnzbd>(if NOT # == markdown==3.7 (pip install markdown==3.7 ) ) | |
Requirement already satisfied: markdown==3.7 in c:\python312-arm64\lib\site-packages (3.7) | |
C:\git\sabnzbd>(if NOT # == paho-mqtt==1.6.1 (pip install paho-mqtt==1.6.1 ) ) | |
Requirement already satisfied: paho-mqtt==1.6.1 in c:\python312-arm64\lib\site-packages (1.6.1) | |
C:\git\sabnzbd>(if NOT # == # (pip install # ) ) | |
C:\git\sabnzbd>(if NOT # == charset_normalizer==3.4.0 (pip install charset_normalizer==3.4.0 ) ) | |
Requirement already satisfied: charset_normalizer==3.4.0 in c:\python312-arm64\lib\site-packages (3.4.0) | |
C:\git\sabnzbd>(if NOT # == idna==3.10 (pip install idna==3.10 ) ) | |
Requirement already satisfied: idna==3.10 in c:\python312-arm64\lib\site-packages (3.10) | |
C:\git\sabnzbd>(if NOT # == urllib3==2.2.3 (pip install urllib3==2.2.3 ) ) | |
Requirement already satisfied: urllib3==2.2.3 in c:\python312-arm64\lib\site-packages (2.2.3) | |
C:\git\sabnzbd>(if NOT # == certifi==2024.8.30 (pip install certifi==2024.8.30 ) ) | |
Requirement already satisfied: certifi==2024.8.30 in c:\python312-arm64\lib\site-packages (2024.8.30) | |
C:\git\sabnzbd>(if NOT # == oauthlib==3.2.2 (pip install oauthlib==3.2.2 ) ) | |
Requirement already satisfied: oauthlib==3.2.2 in c:\python312-arm64\lib\site-packages (3.2.2) | |
C:\git\sabnzbd>(if NOT # == PyJWT==2.9.0 (pip install PyJWT==2.9.0 ) ) | |
Requirement already satisfied: PyJWT==2.9.0 in c:\python312-arm64\lib\site-packages (2.9.0) | |
C:\git\sabnzbd>(if NOT # == blinker (pip install blinker ) ) | |
Requirement already satisfied: blinker in c:\python312-arm64\lib\site-packages (1.9.0) | |
C:\git\sabnzbd>(if NOT # == blinker==1.9.0; (pip install blinker==1.9.0; ) ) | |
Requirement already satisfied: blinker==1.9.0 in c:\python312-arm64\lib\site-packages (1.9.0) | |
C:\git\sabnzbd>(if NOT # == # (pip install # ) ) | |
C:\git\sabnzbd>(if NOT # == # (pip install # ) ) | |
C:\git\sabnzbd>(if NOT # == # (pip install # ) ) | |
C:\git\sabnzbd>(if NOT # == # (pip install # ) ) | |
C:\git\sabnzbd>(if NOT # == # (pip install # ) ) | |
C:\git\sabnzbd>(if NOT # == # (pip install # ) ) | |
C:\git\sabnzbd>(if NOT # == # (pip install # ) ) | |
C:\git\sabnzbd>(if NOT # == # (pip install # ) ) | |
C:\git\sabnzbd>(if NOT # == # (pip install # ) ) | |
C:\git\sabnzbd> |
Successfully installed python packages (for SABnzbd, or otherwise)
Microsoft Windows [Version 10.0.22000.2176]
(c) Microsoft Corporation. All rights reserved.
C:\git\sabnzbd>pip list
Package Version
------------------------------------ -----------
altgraph 0.17.4
apprise 1.9.0
autocommand 2.2.2
babelfish 0.6.1
blinker 1.9.0
certifi 2024.8.30
chardet 5.2.0
charset-normalizer 3.4.0
cheroot 10.0.1
CherryPy 18.10.0
click 8.1.7
colorama 0.4.6
configobj 5.0.9
CT3 3.3.3.post1
feedparser 6.0.11
guessit 3.8.0
idna 3.10
jaraco.classes 3.4.0
jaraco.collections 5.0.0
jaraco.context 4.3.0
jaraco.functools 4.1.0
jaraco.text 3.8.1
Markdown 3.7
more-itertools 10.5.0
notify2 0.3.1
oauthlib 3.2.2
packaging 24.1
paho-mqtt 1.6.1
pefile 2024.8.26
pip 24.3.1
portend 3.2.0
puremagic 1.28
pycparser 2.22
pyinstaller 6.10.0
pyinstaller-hooks-contrib 2024.8
PyJWT 2.9.0
PySocks 1.7.1
python-dateutil 2.9.0.post0
pytz 2024.2
pywin32 308
pywin32-ctypes 0.2.3
PyYAML 6.0.2
rebulk 3.2.0
requests 2.32.3
requests-oauthlib 2.0.0
sabctools 8.2.5
setuptools 75.1.0
sgmllib3k 1.0.0
six 1.16.0
tempora 5.7.0
urllib3 2.2.3
Windows-Toasts 1.3.0
winrt-runtime 2.3.0
winrt-Windows.Data.Xml.Dom 2.3.0
winrt-Windows.Foundation 2.3.0
winrt-Windows.Foundation.Collections 2.3.0
winrt-Windows.UI.Notifications 2.3.0
zc.lockfile 3.0.post1
C:\git\sabnzbd>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run on 2024-11-14, with python3 on Windows on ARM64 (Snapdragon)
C:>python
Python 3.12.6 (tags/v3.12.6:a4a2d2b, Sep 6 2024, 20:21:03) [MSC v.1940 64 bit (ARM64)] on win32
Type "help", "copyright", "credits" or "license" for more information.