Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with Pyinstaller #11

Open
jkind9 opened this issue May 24, 2021 · 0 comments
Open

Incompatibility with Pyinstaller #11

jkind9 opened this issue May 24, 2021 · 0 comments

Comments

@jkind9
Copy link

jkind9 commented May 24, 2021

After having to change the import svmutils to from libsvm import svmutils, as well as from svmutils import ... to from libsvm.svmutils import ..., when trying to create a .exe using pyinstaller I am getting import svm failures (even though it runs fine in python).

The traceback is:

File "PyInstaller loader\pyimode3_importers.py", line 548, in exec_module File "brisque _init__.py", line 2, in <module> File "PyInstaller\loader\pyimode3_importers.py", line 540, in exec_module File "brisque\brisque.py", line 8, in <module> File "PyInstaller\loader\pyimode3_importers.py", line 540, in exec_module File "libsvm\svmutil.py", line 5, in <module> ModuleNotFoundError: No module named 'svm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant