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

Tensorflow 2.7 drops support for Python 3.6 and lower #155

Closed
lazyoracle opened this issue Nov 29, 2021 · 0 comments · Fixed by #156
Closed

Tensorflow 2.7 drops support for Python 3.6 and lower #155

lazyoracle opened this issue Nov 29, 2021 · 0 comments · Fixed by #156
Assignees
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Milestone

Comments

@lazyoracle
Copy link
Member

lazyoracle commented Nov 29, 2021

Describe the bug

Tensorflow only supports Python >= 3.7 from version 2.7 onward.

Currently, tests in CI are breaking because the version of Tensorflow Probability that gets installed in Python 3.6 requires a higher version of Tensorflow (that is not available in Python 3.6). This happens because Tensorflow Probability doesn't mention Python minor versions in its pip releases. So it is still possible to use Python 3.6 if one explicitly installs a lower version of Tensorflow Probability that can work with Tensorflow <= 2.6

To Reproduce

Check logs of Github Actions

Expected behavior

We either drop support for Tensorflow > 2.7 or Python <= 3.6.

Screenshots

Environment (please complete the following information)

  • OS: All
  • Python Version: 3.6
  • c3-toolset Version 1.3

Additional context

Related PRs that are broken due to this bug: #136 #154

@lazyoracle lazyoracle added bug Something isn't working dependencies Pull requests that update a dependency file labels Nov 29, 2021
@lazyoracle lazyoracle self-assigned this Nov 29, 2021
@lazyoracle lazyoracle added this to the 1.4 milestone Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant