error when starting cmpbidsappmanager
JuergenHaenggi opened this issue · 2 comments
Dear connectomemapper3 experts
I installed the connectome mapper 3 bids app and its manager on a Mac as described on you website. Then I tried to start the manager but the following error occurred:
(py39cmp-gui) [upddkp224:~] jurgenhanggi% cmpbidsappmanager
Traceback (most recent call last):
File "/Users/jurgenhanggi/miniconda3/envs/py39cmp-gui/bin/cmpbidsappmanager", line 5, in
from cmp.cli.cmpbidsappmanager import main
File "/Users/jurgenhanggi/miniconda3/envs/py39cmp-gui/lib/python3.9/site-packages/cmp/cli/cmpbidsappmanager.py", line 30, in
import cmp.bidsappmanager.gui.principal
File "/Users/jurgenhanggi/miniconda3/envs/py39cmp-gui/lib/python3.9/site-packages/cmp/bidsappmanager/gui/principal.py", line 28, in
import cmp.bidsappmanager.gui.config
File "/Users/jurgenhanggi/miniconda3/envs/py39cmp-gui/lib/python3.9/site-packages/cmp/bidsappmanager/gui/config.py", line 26, in
import cmp.bidsappmanager.project as project
File "/Users/jurgenhanggi/miniconda3/envs/py39cmp-gui/lib/python3.9/site-packages/cmp/bidsappmanager/project.py", line 48, in
from cmp.bidsappmanager.pipelines.anatomical import anatomical as anatomical_pipeline
File "/Users/jurgenhanggi/miniconda3/envs/py39cmp-gui/lib/python3.9/site-packages/cmp/bidsappmanager/pipelines/anatomical/anatomical.py", line 16, in
from pyface.ui.qt4.image_resource import ImageResource
ModuleNotFoundError: No module named 'pyface.ui.qt4.image_resource'
Any idea how to solve this problem is highly appreciated.
Thanks in advance
Best regards
Jürgen
Hi Jurgen,
Did you solve the issue?
Can you check which version of pyface you are using with 'pip show pyface'?
Regards,
Emeline