Skip to content

could not install #274

Description

@projecthorizon993

Describe the bug

I fixed the AxiosError: Request failed with status code 400

now I have this humongus
Error: Traceback (most recent call last):
File "C:\Users\Admin\AppData\Local\Programs\Modly\resources\api\routers\generation.py", line 154, in run_generation
gen = await loop.run_in_executor(None, generator_registry.get_active)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Admin\AppData\Local\Programs\Modly\resources\python-embed\Lib\concurrent\futures\thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Admin\AppData\Local\Programs\Modly\resources\api\services\generator_registry.py", line 253, in get_active
gen.load()
File "C:\Users\Admin\AppData\Local\Programs\Modly\resources\api\services\extension_process.py", line 263, in load
raise RuntimeError(msg.get("traceback") or msg.get("message"))
RuntimeError: Traceback (most recent call last):
File "C:\Users\Admin\Documents\Modly\extensions\hunyuan3d-2-1\generator.py", line 160, in load
import hy3dshape.pipelines as local_pipelines
File "C:\Users\Admin\Downloads\PESZzzz-modly-hunyuan3d-2.1-main\hy3dshape_init
.py", line 15, in
from .pipelines import Hunyuan3DDiTPipeline, Hunyuan3DDiTFlowMatchingPipeline
File "C:\Users\Admin\Downloads\PESZzzz-modly-hunyuan3d-2.1-main\hy3dshape\pipelines.py", line 63, in
import trimesh
ModuleNotFoundError: No module named 'trimesh'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "C:\Users\Admin\AppData\Local\Programs\Modly\resources\api\runner.py", line 153, in main
gen.load()
File "C:\Users\Admin\Documents\Modly\extensions\hunyuan3d-2-1\generator.py", line 164, in load
raise RuntimeError(f"Failed to import hy3dshape.pipelines from {_EXTENSION_DIR}: {e}") from e
RuntimeError: Failed to import hy3dshape.pipelines from C:\Users\Admin\Downloads\PESZzzz-modly-hunyuan3d-2.1-main: No module named 'trimesh'

Steps to reproduce

  1. open modly
  2. using hunyuan3d 2.1
  3. generate
  4. bugged

Modly version

0.4.1

Operating system

windows 11

Screenshots & logs

No response

Confirmation

  • I have searched existing issues and this has not been reported yet.
  • I can reproduce this on the latest version of Modly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions