shenef / SoS-TAS

Sea of Stars TAS
3 stars 0 forks source link

Imgui bundle #108

Closed orkaboy closed 12 months ago

orkaboy commented 12 months ago

Please test to see if you can use it or not before we merge.

shenef commented 12 months ago

Install fails for me but maybe we can resolve it ourselves. (Log is too long for discord)

PS E:\SoS-TAS> pip install -r dev-requirements.txt
Requirement already satisfied: PyYAML>=6.0.0 in c:\users\shen\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 1)) (6.0.1)
Requirement already satisfied: Pymem>=1.10.0 in c:\users\shen\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 2)) (1.13.0)
Requirement already satisfied: glfw>=2.6.2 in c:\users\shen\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 3)) (2.6.2)
Collecting imgui-bundle>=0.8.8 (from -r requirements.txt (line 4))
  Using cached imgui-bundle-0.8.8.tar.gz (55.3 MB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: vgamepad>=0.0.8 in c:\users\shen\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 5)) (0.0.8)
Requirement already satisfied: pre-commit>=3.3.3 in c:\users\shen\appdata\local\programs\python\python312\lib\site-packages (from -r dev-requirements.txt (line 2)) (3.4.0)
Requirement already satisfied: ruff in c:\users\shen\appdata\local\programs\python\python312\lib\site-packages (from -r dev-requirements.txt (line 3)) (0.0.290)
Requirement already satisfied: numpy>=1.15 in c:\users\shen\appdata\local\programs\python\python312\lib\site-packages (from imgui-bundle>=0.8.8->-r requirements.txt (line 4)) (1.26.0rc1)
Collecting munch>=2.0.0 (from imgui-bundle>=0.8.8->-r requirements.txt (line 4))
  Obtaining dependency information for munch>=2.0.0 from https://files.pythonhosted.org/packages/56/b3/7c69b37f03260a061883bec0e7b05be7117c1b1c85f5212c72c8c2bc3c8c/munch-4.0.0-py2.py3-none-any.whl.metadata
  Using cached munch-4.0.0-py2.py3-none-any.whl.metadata (5.9 kB)
Requirement already satisfied: PyOpenGL>=3.0 in c:\users\shen\appdata\local\programs\python\python312\lib\site-packages (from imgui-bundle>=0.8.8->-r requirements.txt (line 4)) (3.1.7)
Collecting PyGLM>=2.5.0 (from imgui-bundle>=0.8.8->-r requirements.txt (line 4))
  Using cached PyGLM-2.7.0.tar.gz (4.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
  ╰─> [22 lines of output]
      Traceback (most recent call last):
        File "C:\Users\shen\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in <module>
          main()
        File "C:\Users\shen\AppData\Local\Programs\Python\Python312\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:\Users\shen\AppData\Local\Programs\Python\Python312\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\shen\AppData\Local\Temp\pip-build-env-n6pkqfav\overlay\Lib\site-packages\setuptools\build_meta.py", line 355, in get_requires_for_build_wheel
          return self._get_build_requires(config_settings, requirements=['wheel'])
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "C:\Users\shen\AppData\Local\Temp\pip-build-env-n6pkqfav\overlay\Lib\site-packages\setuptools\build_meta.py", line 325, in _get_build_requires
          self.run_setup()
        File "C:\Users\shen\AppData\Local\Temp\pip-build-env-n6pkqfav\overlay\Lib\site-packages\setuptools\build_meta.py", line 507, in run_setup
          super(_BuildMetaLegacyBackend, self).run_setup(setup_script=setup_script)
        File "C:\Users\shen\AppData\Local\Temp\pip-build-env-n6pkqfav\overlay\Lib\site-packages\setuptools\build_meta.py", line 341, in run_setup
          exec(code, locals())
        File "<string>", line 33, in <module>
        File "C:\Users\shen\AppData\Local\Programs\Python\Python312\Lib\shutil.py", line 448, in copy2
          _winapi.CopyFile2(src_, dst_, flags)
      FileNotFoundError: [WinError 3] The system cannot find the path specified
      [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.