I was trying to install it onm Orange Pi One running Armbian 22.05 Jammy (based on Ubuntu 22.04) and it failed with the following:
six==1.15.0'
+ pip install -r requirements.txt
Collecting ansible==2.9.10
Using cached ansible-2.9.10.tar.gz (14.2 MB)
Preparing metadata (setup.py) ... done
Collecting cffi==1.14.4
Using cached cffi-1.14.4.tar.gz (471 kB)
Preparing metadata (setup.py) ... done
Collecting cryptography==35.0.0
Using cached cryptography-35.0.0.tar.gz (559 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting Jinja2==2.11.2
Using cached Jinja2-2.11.2-py2.py3-none-any.whl (125 kB)
Collecting MarkupSafe==1.1.1
Using cached MarkupSafe-1.1.1.tar.gz (19 kB)
Preparing metadata (setup.py) ... done
ERROR: Could not find a version that satisfies the requirement pkg-resources==0.0.0 (from versions: none)
ERROR: No matching distribution found for pkg-resources==0.0.0
WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available.
You should consider upgrading via the '/opt/tinypilot-updater/venv/bin/python3 -m pip install --upgrade pip' command.
I have no idea how to deal with pip/dependencies, so I'd appreciate any advice
I was trying to install it onm Orange Pi One running Armbian 22.05 Jammy (based on Ubuntu 22.04) and it failed with the following:
I have no idea how to deal with pip/dependencies, so I'd appreciate any advice