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

Issue with running ADDIE within Python 3 environment #310

Closed
Kvieta1990 opened this issue Nov 6, 2020 · 0 comments
Closed

Issue with running ADDIE within Python 3 environment #310

Kvieta1990 opened this issue Nov 6, 2020 · 0 comments

Comments

@Kvieta1990
Copy link
Collaborator

Currently, some of the underline scripts necessary on analysis cluster is still in Python 2. This will cause problem if running addie within Python 3 environment. For example, the following error will pop up when running addie within my own Python 3 coda environment,

File "/SNS/NOM/shared/autoNOM/stable/readtitles.py", line 49
    except ValueError, e:
                     ^
SyntaxError: invalid syntax

Switching to Python 3 on analysis cluster should be the once-for-all solution.

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

1 participant