Skip to content

Conversation

@HitLuca
Copy link

@HitLuca HitLuca commented Jul 22, 2020

Closes #221

@kousu
Copy link

kousu commented Aug 9, 2020

This implicitly pins python<=3.6. Maybe this needs a second change to mark that?

$ python --version
Python 3.8.0
$ pip install 'tensorflow<2'
ERROR: Could not find a version that satisfies the requirement tensorflow<2 (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.3.0rc0, 2.3.0rc1, 2.3.0rc2, 2.3.0)
ERROR: No matching distribution found for tensorflow<2

@HitLuca
Copy link
Author

HitLuca commented Aug 28, 2020

I can confirm that we would need python to be pinned to <=3.6

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.

setup.py is missing tensorflow dependency

4 participants