You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems this error caused by dynamic loading design of Agently framework.
After Agently is packaged into an exe file, the exe file try to dynamic load the plugin modules from the path where the exe file is and can not find any, so there's an error report.
Maybe try to add plugins dir path to exe file when using pyinstaller to package?
It seems this error caused by dynamic loading design of Agently framework.
After Agently is packaged into an exe file, the exe file try to dynamic load the plugin modules from the path where the exe file is and can not find any, so there's an error report.
Maybe try to add plugins dir path to exe file when using pyinstaller to package?
it reports error when i use pyinstaller to package the codes into xxx.exe.
the error is about the agently framework can not find 'plugins' in the temp runtime folder.
it's quite wired as the .spec file is normal and i can use pyinstaller to package the codes without agently.
does anyone have the similar problem ? call for help, thx a millon!
The text was updated successfully, but these errors were encountered: