In trying to replicate the basic installation I run into installation problems. Is the code intended to run in a specific version of Python? Whichever version I test generates an error.
- Running in Python 2.7, the specified version of Tensorflow 1.4.1 (actually Tensorflow 1.4.0 as I am using Windows) is not supported. My understanding is Tensorflow is only available for Python 3.5+.
- Running in Python 3.6, subprocess 3.2.7 fails as this is only a backport to Python 2.x, which suggests it should be run in Python 2.7.
- In both versions, futures 3.2.0 fails and cannot be installed.
- Even trying on Ubuntu I could not find a combination that works - the specified versions of futures and opencv-python also are unavailable for Python 2.7
I'd be grateful for any advice on the appropriate platform for replicating this code.
In trying to replicate the basic installation I run into installation problems. Is the code intended to run in a specific version of Python? Whichever version I test generates an error.
I'd be grateful for any advice on the appropriate platform for replicating this code.