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

Remove Python 2 support #22

Merged
merged 1 commit into from
Jan 7, 2019
Merged

Conversation

benzwick
Copy link
Collaborator

@benzwick benzwick commented Jan 5, 2019

I could not run Oasis inside a container because:

ImportError: No module named six

Python 2 support was removed from FEniCS since 2018.1.0 and FEniCS docker images no longer include python-six. Since FEniCS no longer supports Python 2 we can also remove it from Oasis.

Also, remove dependency on Six: Python 2 and 3 Compatibility Library.

Python 2 support was removed from FEniCS since 2018.1.0 and
FEniCS docker images no longer include python-six.
@mikaem mikaem merged commit 3e198d9 into mikaem:master Jan 7, 2019
@mikaem
Copy link
Owner

mikaem commented Jan 7, 2019

Do you want me to add you as collaborator @benzwick ? So you don't have to create a PR for every typo you find:-) I'm currently more involved in the spectralDNS project and it would be great if someone like yourselves, that is using Oasis with current Fenics version, could help make sure the code is up to date.

@benzwick
Copy link
Collaborator Author

benzwick commented Jan 7, 2019

That would be great @mikaem

Most of the examples now run with FEniCS 2018.1.0 but there are still some with errors and some that don't run with MPI. Should I create issues to document these?

@mikaem
Copy link
Owner

mikaem commented Jan 7, 2019

Yes, please create some issues of remaining errors.

@benzwick benzwick deleted the remove-python2-support branch January 7, 2019 15:17
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

Successfully merging this pull request may close these issues.

2 participants