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

error when starting cmpbidsappmanager #225

Open
JuergenHaenggi opened this issue Aug 3, 2023 · 2 comments
Open

error when starting cmpbidsappmanager #225

JuergenHaenggi opened this issue Aug 3, 2023 · 2 comments

Comments

@JuergenHaenggi
Copy link

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

@emullier
Copy link
Contributor

Hi Jurgen,

Did you solve the issue?
Can you check which version of pyface you are using with 'pip show pyface'?

Regards,

Emeline

@JuergenHaenggi
Copy link
Author

JuergenHaenggi commented Oct 31, 2023 via email

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

2 participants