-
Notifications
You must be signed in to change notification settings - Fork 166
Python 3 #1114
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
execve(2) says: A maximum line length of 127 characters is allowed for the first line in an interpreter scripts. Jenkins runs the test suite in a very deep directory hierarchy. The installation of pip and pytest puts binaries in PATH with a shebang line that is therefore longer than this limit. As a result, the interpreter fails to execute them. To fix this, just run as "python -m xxx ...", rather than "xxx ...".
Gusto and Thetis are not yet py3 compatible.
* unify_cache_dirs: Unified cache setup
wence-
added a commit
that referenced
this pull request
Jul 28, 2017
* python3: (62 commits) docs: Note that Python2 is required to build PETSc install: Correct success message for firedrake-update but not before mode is set Move version checks earlier Safer test for upgrade trap Also use the new cache locations in firedrake-clean Unified cache setup fix one more print statement Add better version-checking for upgrade path Remove singledispatch and six requirements install: Make libadjoint find the right python xfail app import tests for now Documentation fixes jenkins: Work around shebang line length limits Python 3 install instructions and webpage fixes install: Remove get-pip.py after use Desix all modules Add --honour-petsc-dir to firedrake-zenodo py3ise firedrake-zenodo Defuturize firedrake-clean/firedrake-status ...
This was referenced Jul 28, 2017
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Transition Firedrake to Python 3 (only).
At the same time, move to venv instead of virtualenv, and clean up the cache directory locations.
Attempting to install this (or later) versions using Python 2 will result in an error message, as will attempting to upgrade an old installation to this or any later version.