Open CrazyMew37 opened 6 days ago
Hi! The error message looks like you got ctranslate2
installed, but the Python module can't find the corresponding binary module (the DLL file it's trying to load with ctypes
). You could check c:\pandas3d-1.10.14-x86\python\lib\site-packages\ctranslate2
to see if the DLL is there. But this whole path looks like you're using the Python that's come with Panda3D. It may be better to use a separate Python installation.
I recommend uv
(https://docs.astral.sh/uv/). It lets you set up and manage Python installations easily, and it's super fast. But stock Python from https://python.org/ should be fine too.
I checked the folder, and this is what it looks like: I've installed UV and will try to install a new version of python. Which version do you recommend?
I checked the folder, and this is what it looks like:
Right, the ctranslate2.dll
is there. It's just not found because the paths are not set up right.
I've installed UV and will try to install a new version of python. Which version do you recommend?
I'm not sure what I used with this project. I'd try 3.11.
Good news: the UV virtual environment is the way to go! Only issue is that after a few headaches, I've hit another brick wall (And it's with ctranslate2 again) Judging from the traceback, apparently, some dll is missing? I checked the folder where it's in, and the dll is indeed missing. (Just to not confuse you, I'm using Windows 11 23H2 that looks like Windows XP, that's why it looks off.)
Hello, I'm currently having an issue with running the game. I managed to run the first command as well as comfyui successfully but when I try to run the server itself, all I get is this error. How exactly can I solve this?