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

[BUGFIX] Add python=3.7 argument to conda env creation #2391

Conversation

scouvreur
Copy link
Contributor

Closes issue #2390

Changes proposed in this pull request:

  • enforce conda env python version to 3.7 to avoid dependency issues

Copy link
Member

@anthonyburdi anthonyburdi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this contribution @scouvreur ! Without specifying python you may get the system python version, which defaults to Python 2 on OSX for example. Good catch.
FYI - I just added a note to clarify that you can select other python versions and added a changelog entry. I'll merge as soon as tests pass.

@anthonyburdi anthonyburdi self-assigned this Feb 4, 2021
@anthonyburdi anthonyburdi merged commit 66ea066 into great-expectations:develop Feb 4, 2021
alexsherstinsky pushed a commit to alexsherstinsky/great_expectations that referenced this pull request Feb 19, 2021
…tions#2391)

* Add python=3.7 argument to conda env creation

* Add changelog entry and clarify other python versions are acceptable

* fix changelog

Co-authored-by: Anthony Burdi <anthony@superconductive.com>
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.

None yet

2 participants