Skip to content
Discussion options

You must be logged in to vote

Ok so the error appears to be that qtpy does not find the Qt bindings (despite the fact they are actually installed). Do you mind testing in a new environment? Please try the following:

  1. Update conda with conda update conda
  2. Create a new env with the command conda create -n test python=3.10
  3. Activate with conda activate test
  4. Install PyQt5 with conda install -c conda-forge pyqt
  5. Install qtpy with conda install -c conda-forge qtpy

After this try again running the python command and import qtpy.QtCore.

If it's imported correctly (no error) you can install cellacdc in this test environment, or if you prefer an environment called acdc you need to remove the old acdc with the command conda env re…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@brchn6
Comment options

@ElpadoCan
Comment options

Answer selected by brchn6
@brchn6
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants