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

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

Open
firstkingofrome opened this issue Jul 22, 2021 · 1 comment
Open

Comments

@firstkingofrome
Copy link

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
Copy link

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

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