PS C:\Users\James\dextop> scripts/venv_setup.bat
C:\Users\James\dextop>python -m venv .venv
C:\Users\James\dextop>CALL ".venv\Scripts\activate"
Collecting certifi==2024.6.2 (from -r requirements.txt (line 1))
Using cached certifi-2024.6.2-py3-none-any.whl.metadata (2.2 kB)
Collecting charset-normalizer==3.3.2 (from -r requirements.txt (line 2))
Using cached charset_normalizer-3.3.2-py3-none-any.whl.metadata (33 kB)
Collecting idna==3.7 (from -r requirements.txt (line 3))
Using cached idna-3.7-py3-none-any.whl.metadata (9.9 kB)
Collecting jaraco.classes==3.4.0 (from -r requirements.txt (line 4))
Using cached jaraco.classes-3.4.0-py3-none-any.whl.metadata (2.6 kB)
Collecting jaraco.context==5.3.0 (from -r requirements.txt (line 5))
Using cached jaraco.context-5.3.0-py3-none-any.whl.metadata (4.0 kB)
Collecting jaraco.functools==4.0.2 (from -r requirements.txt (line 6))
Using cached jaraco.functools-4.0.2-py3-none-any.whl.metadata (2.8 kB)
Collecting imageio>=2.35.1 (from -r requirements.txt (line 7))
Using cached imageio-2.37.0-py3-none-any.whl.metadata (5.2 kB)
Collecting keyring==25.3.0 (from -r requirements.txt (line 8))
Using cached keyring-25.3.0-py3-none-any.whl.metadata (20 kB)
Collecting more-itertools==10.4.0 (from -r requirements.txt (line 9))
Using cached more_itertools-10.4.0-py3-none-any.whl.metadata (36 kB)
Collecting Nuitka==2.4.8 (from -r requirements.txt (line 10))
Using cached Nuitka-2.4.8.tar.gz (3.7 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting ordered-set==4.1.0 (from -r requirements.txt (line 11))
Using cached ordered_set-4.1.0-py3-none-any.whl.metadata (5.3 kB)
Collecting pillow==10.3.0 (from -r requirements.txt (line 12))
Using cached pillow-10.3.0.tar.gz (46.6 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
╰─> [21 lines of output]
File "C:\Users\James\dextop.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 389, in
main()
~~~~^^
File "C:\Users\James\dextop.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 373, in main
json_out["return_val"] = hook(**hook_input["kwargs"])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\James\dextop.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 143, in get_requires_for_build_wheel
return hook(config_settings)
File "C:\Users\James\AppData\Local\Temp\pip-build-env-e0qggvxt\overlay\Lib\site-packages\setuptools\build_meta.py", line 331, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=[])
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\James\AppData\Local\Temp\pip-build-env-e0qggvxt\overlay\Lib\site-packages\setuptools\build_meta.py", line 301, in _get_build_requires
self.run_setup()
~~~~~~~~~~~~~~^^
File "C:\Users\James\AppData\Local\Temp\pip-build-env-e0qggvxt\overlay\Lib\site-packages\setuptools\build_meta.py", line 317, in run_setup
exec(code, locals())
~~~~^^^^^^^^^^^^^^^^
File "", line 33, in
File "", line 27, in get_version
KeyError: 'version'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
[notice] A new release of pip is available: 25.1.1 -> 25.2
[notice] To update, run: python.exe -m pip install --upgrade 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.
forgive me as I am not very python savvy. I did upgrade pip, and it reports the version is the new version but I still get this message? also, my python version is 3.13, is that a problem?
PS C:\Users\James\dextop> scripts/venv_setup.bat
C:\Users\James\dextop>python -m venv .venv
C:\Users\James\dextop>CALL ".venv\Scripts\activate"
Collecting certifi==2024.6.2 (from -r requirements.txt (line 1))
Using cached certifi-2024.6.2-py3-none-any.whl.metadata (2.2 kB)
Collecting charset-normalizer==3.3.2 (from -r requirements.txt (line 2))
Using cached charset_normalizer-3.3.2-py3-none-any.whl.metadata (33 kB)
Collecting idna==3.7 (from -r requirements.txt (line 3))
Using cached idna-3.7-py3-none-any.whl.metadata (9.9 kB)
Collecting jaraco.classes==3.4.0 (from -r requirements.txt (line 4))
Using cached jaraco.classes-3.4.0-py3-none-any.whl.metadata (2.6 kB)
Collecting jaraco.context==5.3.0 (from -r requirements.txt (line 5))
Using cached jaraco.context-5.3.0-py3-none-any.whl.metadata (4.0 kB)
Collecting jaraco.functools==4.0.2 (from -r requirements.txt (line 6))
Using cached jaraco.functools-4.0.2-py3-none-any.whl.metadata (2.8 kB)
Collecting imageio>=2.35.1 (from -r requirements.txt (line 7))
Using cached imageio-2.37.0-py3-none-any.whl.metadata (5.2 kB)
Collecting keyring==25.3.0 (from -r requirements.txt (line 8))
Using cached keyring-25.3.0-py3-none-any.whl.metadata (20 kB)
Collecting more-itertools==10.4.0 (from -r requirements.txt (line 9))
Using cached more_itertools-10.4.0-py3-none-any.whl.metadata (36 kB)
Collecting Nuitka==2.4.8 (from -r requirements.txt (line 10))
Using cached Nuitka-2.4.8.tar.gz (3.7 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting ordered-set==4.1.0 (from -r requirements.txt (line 11))
Using cached ordered_set-4.1.0-py3-none-any.whl.metadata (5.3 kB)
Collecting pillow==10.3.0 (from -r requirements.txt (line 12))
Using cached pillow-10.3.0.tar.gz (46.6 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
╰─> [21 lines of output]
File "C:\Users\James\dextop.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 389, in
main()
~~~~^^
File "C:\Users\James\dextop.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 373, in main
json_out["return_val"] = hook(**hook_input["kwargs"])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\James\dextop.venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 143, in get_requires_for_build_wheel
return hook(config_settings)
File "C:\Users\James\AppData\Local\Temp\pip-build-env-e0qggvxt\overlay\Lib\site-packages\setuptools\build_meta.py", line 331, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=[])
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\James\AppData\Local\Temp\pip-build-env-e0qggvxt\overlay\Lib\site-packages\setuptools\build_meta.py", line 301, in _get_build_requires
self.run_setup()
~~~~~~~~~~~~~~^^
File "C:\Users\James\AppData\Local\Temp\pip-build-env-e0qggvxt\overlay\Lib\site-packages\setuptools\build_meta.py", line 317, in run_setup
exec(code, locals())
~~~~^^^^^^^^^^^^^^^^
File "", line 33, in
File "", line 27, in get_version
KeyError: 'version'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
[notice] A new release of pip is available: 25.1.1 -> 25.2
[notice] To update, run: python.exe -m pip install --upgrade 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.
forgive me as I am not very python savvy. I did upgrade pip, and it reports the version is the new version but I still get this message? also, my python version is 3.13, is that a problem?