My station 187 seems to be having issues. While trying to update, I keep getting a pip update warning. When I try to update pip, it says it was successful but then immediately gives me the same update warning:
pi@satnogs-187:~ $ /var/lib/satnogs/bin/python3 -m pip install --upgrade pip
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting pip
Using cached pip-20.2.4-py2.py3-none-any.whl (1.5 MB)
Installing collected packages: pip
Successfully installed pip-20.2.4
WARNING: You are using pip version 20.2.3; however, version 20.2.4 is available.
You should consider upgrading via the '/var/lib/satnogs/bin/python3 -m pip install --upgrade pip' command.`
Is there a reason why this is happening? Any reason why my station isnβt working? I log in and run βtopβ and it doesnβt show the client runningβ¦
Iβm getting the pip error as well. And Iβm getting the error for the pi user as well.
pi@satnogs-fhab-1:~ $ /var/lib/satnogs/bin/python3 -m pip install --upgrade pip
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting pip
Downloading pip-20.3.1-py2.py3-none-any.whl (1.5 MB)
|ββββββββββββββββββββββββββββββββ| 1.5 MB 5.5 kB/s
WARNING: Error parsing requirements for pytz: [Errno 2] No such file or directory: '/var/lib/satnogs/lib/python3.7/site-packages/pytz-2020.1.dist-info/METADATA'
Installing collected packages: pip
Successfully installed pip-20.3.1
WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available.
You should consider upgrading via the '/var/lib/satnogs/bin/python3 -m pip install --upgrade pip' command.
pi@satnogs-fhab-1:~ $ /var/lib/satnogs/bin/python3 -m pip install --upgrade pip
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting pip
Using cached pip-20.3.1-py2.py3-none-any.whl (1.5 MB)
Installing collected packages: pip
Successfully installed pip-20.3.1
WARNING: You are using pip version 20.2.4; however, version 20.3.1 is available.
You should consider upgrading via the '/var/lib/satnogs/bin/python3 -m pip install --upgrade pip' command.
Note that I ran the upgrade command twice, as the same user, but it still complains.