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

running asdf-sextant #9

Open
hadigh opened this issue Feb 1, 2022 · 2 comments
Open

running asdf-sextant #9

hadigh opened this issue Feb 1, 2022 · 2 comments

Comments

@hadigh
Copy link

hadigh commented Feb 1, 2022

Hello

I have installed the GUI on an Ubuntu machine following the instructions which went OK. Running asdf-sextant from terminal produces the below error message. I would appreciate any help on this matter :)

Traceback (most recent call last):
File "/home/hadi/miniconda/envs/obspy/bin/asdf-sextant", line 5, in
from asdf_sextant.main import launch
File "/home/hadi/miniconda/envs/obspy/lib/python3.7/site-packages/asdf_sextant/main.py", line 32, in
from . import asdf_sextant_window
File "/home/hadi/miniconda/envs/obspy/lib/python3.7/site-packages/asdf_sextant/asdf_sextant_window.py", line 44, in
from .svg_graphics_view import SvgGraphicsView
File "/home/hadi/miniconda/envs/obspy/lib/python3.7/site-packages/asdf_sextant/svg_graphics_view.py", line 4, in
class SvgGraphicsView(QtGui.QGraphicsView):
AttributeError: module 'PySide2.QtGui' has no attribute 'QGraphicsView'

@gferragu
Copy link

Hey @hadigh, did you ever get this worked out? I just ran into the same issue and fixed it by installing pyqtgraph=0.11.0rc0 and then downgrading the conda environment to python=3.7

@hadigh
Copy link
Author

hadigh commented Feb 18, 2022

@gferragu , Thanks a lot! indeed your suggestion fixed the problem :)

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