DLL load failed in python

The engine.
Post Reply
bahman
Posts: 21
Joined: Sun Mar 13, 2022 12:24 pm

DLL load failed in python

Post by bahman »

HI
i get this error whrn i run model in python . python version is 3.7

import pysmile
import pysmile_license

Code: Select all

ImportError: DLL load failed: %1 is not a valid Win32 application
error.jpg
error.jpg (65.91 KiB) Viewed 3952 times
i have installed package many times and even i have pysmile.pyd in my directiory and i tested with and without it but still i get error . can you help me .
thank you
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: DLL load failed in python

Post by shooltz[BayesFusion] »

The most likely cause for this error message would be 32-bit Python environment and 64-bit pysmile.pyd module.
bahman
Posts: 21
Joined: Sun Mar 13, 2022 12:24 pm

Re: DLL load failed in python

Post by bahman »

HI;

but my python is 64 bit
37.jpg
37.jpg (23.68 KiB) Viewed 3946 times
bahman
Posts: 21
Joined: Sun Mar 13, 2022 12:24 pm

Re: DLL load failed in python

Post by bahman »

HI;

my problem solved .

thank you
Post Reply