-
Notifications
You must be signed in to change notification settings - Fork 3
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
Quantiphyse Installlation Error #39
Comments
Hi, sudo apt install libqt4-dev qt4-qmake cmake python-dev python-setuptools on Ubuntu 18.X. Then pip install quantiphyse –user Due to some issue with fas.data.atlases I deinstalled quantiphyse-fsl (pip uninstall quantiphyse-fsl) and got it up and running (without FSL support so far. Good luck |
Hi, sorry I have not been getting notifications on these issues so I have been very slow to respond! There were various problems of this type caused by the split between QtGui and QtWidgets in QT5. I think all these are now fixed and the current version of Quantiphyse in pip (v0.9.9.post2) should work correctly. Let me know if this is not the case. |
Dear Author, Could you kindly help me to solve this issue? Thanks |
Apologies, the qp_install.py script is unfinished and not likely to work out of the box. I haven't had time to return to this. The installation instructions at quantiphyse.readthedocs.io are the best current guide to installation. |
Leaving open for now will decide whether to remove this script or try to make it work |
I have installed the Quantiphyse according to installation guide but when I write "quantiphyse" after activating conda i am getting this error. I searched but I couldn't find a solution.
"Traceback (most recent call last):
File "/Users/user/opt/anaconda3/envs/qp/bin/quantiphyse", line 5, in
from quantiphyse.qpmain import main
File "/Users/user/opt/anaconda3/envs/qp/lib/python3.7/site-packages/quantiphyse/qpmain.py", line 43, in
from quantiphyse.test import run_tests
File "/Users/user/opt/anaconda3/envs/qp/lib/python3.7/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 142, in _import
return original_import(name, *args, **kwargs)
File "/Users/user/opt/anaconda3/envs/qp/lib/python3.7/site-packages/quantiphyse/test/init.py", line 15, in
from .widget_test import WidgetTest
File "/Users/user/opt/anaconda3/envs/qp/lib/python3.7/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 142, in _import
return original_import(name, *args, **kwargs)
File "/Users/user/opt/anaconda3/envs/qp/lib/python3.7/site-packages/quantiphyse/test/widget_test.py", line 21, in
from quantiphyse.gui.viewer.viewer import Viewer
File "/Users/user/opt/anaconda3/envs/qp/lib/python3.7/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 142, in _import
return original_import(name, *args, **kwargs)
File "/Users/user/opt/anaconda3/envs/qp/lib/python3.7/site-packages/quantiphyse/gui/viewer/viewer.py", line 35, in
from .view_params_widget import ViewParamsWidget
File "/Users/user/opt/anaconda3/envs/qp/lib/python3.7/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 142, in _import
return original_import(name, *args, **kwargs)
File "/Users/user/opt/anaconda3/envs/qp/lib/python3.7/site-packages/quantiphyse/gui/viewer/view_params_widget.py", line 33, in
from quantiphyse.gui.widgets import RoiCombo, OverlayCombo
File "/Users/user/opt/anaconda3/envs/qp/lib/python3.7/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 142, in _import
return original_import(name, *args, **kwargs)
File "/Users/user/opt/anaconda3/envs/qp/lib/python3.7/site-packages/quantiphyse/gui/widgets.py", line 31, in
from quantiphyse.gui.options import OptionBox, FileOption
File "/Users/user/opt/anaconda3/envs/qp/lib/python3.7/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 142, in _import
return original_import(name, *args, **kwargs)
File "/Users/user/opt/anaconda3/envs/qp/lib/python3.7/site-packages/quantiphyse/gui/options.py", line 46, in
from quantiphyse.gui.dialogs import MatrixViewerDialog, ChooseFromListDialog, PlotDialog1d
File "/Users/user/opt/anaconda3/envs/qp/lib/python3.7/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 142, in _import
return original_import(name, *args, **kwargs)
File "/Users/user/opt/anaconda3/envs/qp/lib/python3.7/site-packages/quantiphyse/gui/dialogs.py", line 50, in
class MultiTextViewerDialog(QtGui.QDialog):
AttributeError: module 'PySide2.QtGui' has no attribute 'QDialog
"
The text was updated successfully, but these errors were encountered: