-
|
Hello i cant work with PyQt6 n the linux machine in working on, there for I want to set up the application to work on different Qt. Here the message indicated the options: Heres the pip list in my acdc env: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hi @brchn6, I'm sorry to hear you are having issues. I see that you have both The reason why it complains is that some error happens when importing Let me know what the error is, thanks! Francesco |
Beta Was this translation helpful? Give feedback.
Ok so the error appears to be that
qtpydoes not find the Qt bindings (despite the fact they are actually installed). Do you mind testing in a new environment? Please try the following:conda update condaconda create -n test python=3.10conda activate testconda install -c conda-forge pyqtconda install -c conda-forge qtpyAfter this try again running the
pythoncommand andimport qtpy.QtCore.If it's imported correctly (no error) you can install cellacdc in this test environment, or if you prefer an environment called
acdcyou need to remove the oldacdcwith the commandconda env re…