You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.8 comes as the default in Ubuntu 20.04 and as pointed out here in Tensorflow's official document: Python 3.8 support requires TensorFlow 2.2 or later.
You might wanna install python version which supports tensorflow 1.9 or port this repo to support tensorflow 2.2 up.
Ah, I suspected that would be the case. I can't actually install an older version of Python very easily on Ubuntu. Hrm, I'm not sure where to start with porting this to a later version of Tensorflow for Python - my experience is mostly with Tensorflow.js (for Javascript). I've heard that the differences between Tensorflow 1.x and 2.x are quite extensive.
The current dependency deltas to run with tensor 1.X and install with python 3.7. Python 3.6 didn't work because some packages were no longer served (?)
I won't push since 3.8+ is now the stable version. Upgrade setuptools >= 56.0.0. You may need to use a prepackaged Twisted if you get C++ build errors.
If I run
pip3 install -r requirements.txt
on Ubuntu 20.10, I get the following error message:ERROR: Could not find a version that satisfies the requirement tensorflow==1.9.0 (from -r requirement.txt (line 61)) (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.2.1, 2.2.2, 2.3.0rc0, 2.3.0rc1, 2.3.0rc2, 2.3.0, 2.3.1, 2.3.2, 2.4.0rc0, 2.4.0rc1, 2.4.0rc2, 2.4.0rc3, 2.4.0rc4, 2.4.0, 2.4.1, 2.5.0rc0, 2.5.0rc1, 2.5.0rc2, 2.5.0rc3, 2.5.0) ERROR: No matching distribution found for tensorflow==1.9.0 (from -r requirement.txt (line 61))
System details:
The text was updated successfully, but these errors were encountered: