You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: