-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Qiskit Machine Learning Application (PyQt5) error when I run the build pyqt5 exe application file with pyinstaller #11285
Comments
Was raised here initially /qiskit-community/qiskit-machine-learning#714 and I commented there qiskit-community/qiskit-machine-learning#714 (comment) |
Yeah, this is likely due to a difference in handling implicit packages in new versions of setuptools that we haven't addressed yet. I'm a bit surprised to see it causing bugs, but the short-term fix will likely be to drop an |
While I don't see this in the error output, I suspect that |
I'll try to this sir, thanks for giving me solutions |
thanks sir, it's worked |
Environment
What is happening?
I am building a quantum machine learning simulation application with PyQt5 and qiskit_machine_learning, when debugging there are no errors and it can run and make predictions. However, after I tried to create an exe extension with pyinstaller and opened the exe application file resulting from the build, the following error occurred. I'm a bit confused about the qiskit_machine_learning configuration in the .spec file and also how to solve this error.
Sorry, i use this picture to show this error because when this error displayed, a few seconds later this terminal will be close
here is the .spec configuration file
How can we reproduce the issue?
when I run the Qiskit machine learning exe file application the build results with pyinstaller
What should happen?
When I run the exe application file, it should display the application running according to the previous debug
Any suggestions?
No response
The text was updated successfully, but these errors were encountered: