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

module error #1

Open
aleejandrof opened this issue Apr 4, 2019 · 1 comment
Open

module error #1

aleejandrof opened this issue Apr 4, 2019 · 1 comment

Comments

@aleejandrof
Copy link

Greetings.
I'm an undergrad student trying to run your NIRSpec pipeline, in order to learn more about astrophysics' data processing. I am currently using Ubuntu 16.04, Python 3.7 (Anaconda). I have downloaded every needed package but pprocess, since it has given me a bunch of errors. I skipped it since its usage is needed to run multiple processes at once, but I'm only trying to run the GUI first. So, this is the error I get in the terminal.

image

I have tried thoroughly to find answers through stackoverflow, but I haven't found anything helpful. Is there a proper configuration to run the GUI?

@aleejandrof aleejandrof changed the title .append error module error Apr 4, 2019
@szieleniewski
Copy link
Owner

Hello,
the commands module is only available in python2.x, and has been replaced with subprocess for python3.
Try either using Python2 or replace any mention of "commands" with "subprocess" in the code (it is only used on lines 19 and 34).
Cheers

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