painebenjamin / app.enfugue.ai

ENFUGUE is an open-source web app for making studio-grade images and video using generative AI.
GNU General Public License v3.0
679 stars 64 forks source link

Error loading Python DLL 'D:\enfugue-server\python310.dll', LoadLibrary: The specified module could not be found #136

Open Sjdinsd opened 8 months ago

Sjdinsd commented 8 months ago

Installed everything on a single drive, no shortcuts or anything. Portable version. Its saying the 'python310.dll' doesn't exist/doesn't have the LoadLibrary module. I cant edit the dll to check whether that is the case. Near the bottom is the 310.dll image

here is the error when trying to run the curl in cmd through the D: drive(where i installed it) image

painebenjamin commented 8 months ago

Hello @Sjdinsd, thank you for the report.

I'm not immediately sure what's going on here. There was another user that had an issue with a global Python installation conflicting with the portable executable - do you have any such Python installed?

If you could, it would be useful to see your Windows environment to look for other compatibility issues. If you open cmd you can run SET (case sensitive, no arguments) to print out all of your environment variables - it would be useful to see that and try to identify incompatibiliities.

Finally, you may find the conda installation to work just fine for you - while the portable installer is the default for Windows because of it's generally stability, for some users the conda installer works easiest for them.