What is the problem?
I can't update OctoPi 0.17.0 with OctoPrint 1.4.0 to a new version
What did you already try to solve it?
I tryed the integrated Update via the Webinterface and
~/oprint/bin/pip install --force-reinstall OctoPrint==1.10.2 --no-cache-dir
via SSH.
Have you tried running in safe mode?
yes
Did running in safe mode solve the problem?
no
Systeminfo Bundle
Octoprint 1.4.0 does not support Systeminfo Bundles
Additional information about your setup
OctoPrint 1.4.0
OctoPi 0.17.0
running on a RaspberryPi 3
This is the error i got on the shell:
pi@octopi:~ $ ~/oprint/bin/pip install --force-reinstall OctoPrint==1.10.2 --no-cache-dir
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. More details about Python 2 support in pip, can be found at Release process - pip documentation v24.3.dev0
Looking in indexes: Simple index, piwheels - Simple index
ERROR: Could not find a version that satisfies the requirement OctoPrint==1.10.2 (from versions: 1.3.11, 1.3.12rc1, 1.3.12rc3, 1.3.12, 1.4.0rc1, 1.4.0rc2, 1.4.0rc3, 1.4.0rc5, 1.4.0rc6, 1.4.0, 1.4.1rc1, 1.4.1rc2, 1.4.1rc3, 1.4.1rc4, 1.4.1, 1.4.2, 1.5.0rc1, 1.5.0rc2, 1.5.0rc3, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.6.0rc1, 1.6.0rc2, 1.6.0rc3, 1.6.0, 1.6.1, 1.7.0rc1, 1.7.0rc2, 1.7.0rc3, 1.7.0, 1.7.1, 1.7.2, 1.7.3)
ERROR: No matching distribution found for OctoPrint==1.10.2
WARNING: You are using pip version 19.3.1; however, version 20.3.4 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.