SeismicData / asdf_sextant

Experimental graphical user interface to explore ASDF data sets
13 stars 4 forks source link

Is this utility supported/been tested on Mac (pyside errors)? #8

Open firstkingofrome opened 3 years ago

firstkingofrome commented 3 years ago

Hello, I tried running this on Mac (intel running 11.4), I set it up by running the following commands:

conda create -n "asdfSextant" python=3.8 ipython pyasdf pyside2 conda activate asdfSextant pip install asdf-sextant

When I run asdf-sextant I get an error (NameError: name '_init_pyside_extension' is not defined). Any idea what might be causing this?

Thank You, I appreciate any assistance,

Full Output:

Traceback (most recent call last): File "/Users/eckert/anaconda3/envs/asdfSextant/bin/asdf-sextant", line 5, in from asdf_sextant.main import launch File "/Users/eckert/anaconda3/envs/asdfSextant/lib/python3.8/site-packages/asdf_sextant/main.py", line 11, in from PySide2 import QtGui, QtCore File "/Users/eckert/anaconda3/envs/asdfSextant/lib/python3.8/site-packages/PySide2/init.py", line 107, in _setupQtDirectories() File "/Users/eckert/anaconda3/envs/asdfSextant/lib/python3.8/site-packages/PySide2/init.py", line 58, in _setupQtDirectories import shiboken2 File "/Users/eckert/anaconda3/envs/asdfSextant/lib/python3.8/site-packages/shiboken2/init.py", line 30, in _init_pyside_extension() NameError: name '_init_pyside_extension' is not defined

NNovoa-CDWR commented 3 years ago

I encountered the same error running on a Windows 2019 Server with Conda. Has anyone found a solution to this?