What is the problem?
I upgraded to Octoprint 1.7.2 and am having problems. I want to down grade to 1.6.1.
What did you already try to solve it?
I followed instructions here
I did the following
sudo service octoprint stop
pip install https://github.com/OctoPrint/OctoPrint/archive/1.6.1.zip
I see the following messages
Looking in indexes: ......
Collecting https://github.com/OctoPrint/OctoPrint/archive/1.6.1.zip
Using cached https://github.com/OctoPrint/OctoPrint/archive/1.6.1.zip
Requirement already satisfied (use --upgrade to upgrade): OctoPrint==1.6.1 from https://github.com/OctoPrint/OctoPrint/archive/1.6.1.zip in /home/pi/.local/lib/python3.7/site-packages
...
...
Building wheels for collected packages: OctoPrint
Running setup.py bdist_wheel for OctoPrint ... done
Stored in directory: /tmp/pip-ephem-wheel-cache-rtx0rxny/wheels/8c/d2/f1/2d84c6d080a5cc076b193416006fa0ffeaf0166b8d46ca0ee6
Successfully built OctoPrint
When it completes I run
sudo service octoprint restart
I check the server and I am still at 1.7.2
Any help is appreciated.
Thanks,