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
I encountered the same issue while using PyInstaller for packaging. After resolving it with your code and repackaging, the following error occurred. Now I’m unsure how to proceed with the solution.
When use pyinstaller package asyncmy, will get like this:
use pyinstaller's hiddenimports can fix this problem.
Maybe you can add import in init.py,like this:
The text was updated successfully, but these errors were encountered: