-
Notifications
You must be signed in to change notification settings - Fork 952
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
Known issues on Ubuntu 20.04 #166
Comments
Update after some searching: looks like the TF nightly builds have python3.8 support as of a few days ago: tensorflow/tensorflow#33374 So I don't expect this to be a problem for much longer, but we will have to update all of our code to support TF 2. Last I tried, about 10 of the tests were failing when we tried adding that requirement, but I guess they should not be too hard to fix. |
Good news, looks like TF 2.2 now available via pip:
|
Quick update: we've managed to get it down to 5 tests failing, and it's all uses of Sonnet that won't work with Edit: we will also tag a release before we do this so that people can easily checkout the pre-TF upgrade version, hopefully causing less disruption or backward-compatibility issues. |
Toward the end of June I plan to address these issues and finally release again once we've gotten the code to be stable under TF2.2 + Python3.8 and Travis-CI adds official support for Ubuntu 20.04. This could lead to some breaking changes, so we have now released OpenSpiel 0.1.0: https://github.com/deepmind/open_spiel/releases which hopefully can help minimize any disruption. |
Update: I have OpenSpiel compiling and passing all tests in Ubuntu 20.04 with TF 2.2. Details here: #249 . If Travis-CI tests pass in Ubuntu 18.04, we might import this before Travis supports 20.04. I will discuss it with the team. |
This is now fixed! Commit details are here: b65db20 Apologies if this causes any problems and we'll do our best to help fix them. |
Hi all,
We recently discovered OpenSpiel has installation problems on Ubuntu 20.04; there is a failure when trying to install tensorflow from pip.
A quick investigation reveals that TF (both version 1.15 that we use now and version 2) requires a Python version <= 3.7 but Ubuntu 20.04 comes with Python 3.8.
We don't currently have a solution, but will be looking into it. Any tips or advice on how to fix this are welcome!
The text was updated successfully, but these errors were encountered: