-
Notifications
You must be signed in to change notification settings - Fork 0
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
python 3 compatibility #49
Comments
Is there an install script for docker using: python3, pyne (pymoab version)? |
Here is a python3 docker script. You may need to comment out the tests at the bottom of the file since those will fail in order to complete the build. |
Also, I am working on getting python 3 working on my branch here. |
@kkiesling I failed to run the dockerfile named
The command I used:
|
Ah yes, forgot to fix that line. Change the
|
New error jumped out:
|
Update mesh.py and associated tests to be compatible with python 3. Depending on how much needs updating, this could come in a follow-up PR.
The text was updated successfully, but these errors were encountered: