And how to tell netify to use Python 3.6.5?
I tried several ways in the requirements.txt
file; none worked.
3.6.5
python == 3.6.5
pip == 19.3.1
10:24:59 AM: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won’t be maintained after that date. A future version of pip will drop support for Python 2.7.
10:25:00 AM: Collecting 3.6.5 (from -r requirements.txt (line 3))
10:25:00 AM: ERROR: Could not find a version that satisfies the requirement 3.6.5 (from -r requirements.txt (line 3)) (from versions: none)
10:25:00 AM: ERROR: No matching distribution found for 3.6.5 (from -r requirements.txt (line 3))
10:25:00 AM: WARNING: You are using pip version 19.1.1, however version 19.3.1 is available.
10:25:00 AM: You should consider upgrading via the ‘pip install --upgrade pip’ command.
10:25:00 AM: Error installing pip dependencies