Closed Wildprogrammer closed 2 years ago
Hi, it seems this is related to pyinstaller and py4j packages, rather than sikulixlibrary module. I am not familiar with pyinstaller and I am not using it so unfortunately I cannot help.
E.g. here some related question, not sure if it can help: https://stackoverflow.com/questions/57712179/no-module-named-py4j-java-collections-when-running-exe-created-using-pyinstall
Nothing to fix.
mac os jdk-16.0.1 python 3.9.5
hi,I have a problem with packaging.I use pyinstaller package to package the program。An error occurred when importing a class。I try to catch it
try: from SikuliXLibrary import SikuliXLibrary except Exception as e: print(str(e)) print('from SikuliXLibrary import SikuliXLibrary failed!!!')
Hope to get your help