Closed jmdelahanty closed 2 years ago
This has suddenly stopped happening which is nice! Now fails at installing scipy, I think because it's so damn slow to download on the bad internet I have at the house I rent in. It takes forever to download most things and it fails with messages like:
ReadTimeoutError
HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
Not sure how to get around that lol. Might just move the pi downstairs so it's closer to the wifi since I can ssh to it!
Looks like it eventually worked, not sure what happened to fix it! But hooray, it's running on my home pi.
I'm running into an issue getting autopilot configured on my own pi unfortunately!
When I type
python -m autopliot.setup
I get this:
As far as I can tell, I'm in my auto-pi-lot poetry environment, here's what my command line looks like:
(auto-pi-lot-py3.9) jdelahanty@trixie1:~/autopilot $
Any advice?