Closed ExploWare closed 1 month ago
The changes involve an update to the README.md
file for the Open Voice OS and HiveMind Installer. The primary modification is the addition of the cargo
package to the list of required packages for installation, which previously included only curl
, git
, and sudo
. The Quickstart section has been updated accordingly, while the rest of the document remains unchanged.
File | Change Summary |
---|---|
README.md | Updated package requirements to include cargo along with curl , git , and sudo . |
sequenceDiagram
participant User
participant Installer
User->>Installer: Request installation
Installer->>User: Check required packages
User->>Installer: Provide package list (curl, git, sudo, cargo)
Installer->>User: Installation proceeds
π° In the garden, the rabbit hops,
Withcargo
added, the project tops.
Curl and git, they dance in cheer,
A quick start now, letβs all draw near!
Hooray for updates, letβs install with glee,
In the world of code, how happy weβll be! πΌ
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Hi @ExploWare
cargo
is not required by the ovos-installer
as there is no Rust pieces in there.
Do you have any logs or traces?
Important sidenote here: Security infringement over here: you are disclosing details of my system without my permission on the internet. I would really like to OPT IN on this dpaste.com postings...
when I did sudo apt install cargo
all was fine and the installer continued
Based on the logs, you are running a 32-bit OS which is not supported by the installer.
Get:9 http://netcup.armbian.com/beta noble/main armhf Packages [82.5 kB]
Downloading uv-0.4.20-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.metadata (11 kB)
Based on the logs, you are running a 32-bit OS which is not supported by the installer.
Get:9 http://netcup.armbian.com/beta noble/main armhf Packages [82.5 kB]
Downloading uv-0.4.20-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.metadata (11 kB)
Not only a 32bits OS, thats why I posted my lscpu also: it is an arm Single Board Computer with and H3 processor, which is a 32bits SOC.
I did read I needed to build something myself for this earlier this week, but I couldn't find anything. But apart from that, the rest of the installer did a great attempt but couldn't finish yet...
TASK [ovos_installer : Install Open Voice OS in Python venv] ***************************************************************************************************************************
Thursday 10 October 2024 23:43:25 +0200 (0:00:00.157) 0:04:25.033 ******
FAILED - RETRYING: [127.0.0.1]: Install Open Voice OS in Python venv (5 retries left).
FAILED - RETRYING: [127.0.0.1]: Install Open Voice OS in Python venv (4 retries left).
FAILED - RETRYING: [127.0.0.1]: Install Open Voice OS in Python venv (3 retries left).
FAILED - RETRYING: [127.0.0.1]: Install Open Voice OS in Python venv (2 retries left).
FAILED - RETRYING: [127.0.0.1]: Install Open Voice OS in Python venv (1 retries left).
I'll close this as this is not based on a 64bits experience. I just didn't expect that being the cause of the search for cargo :)
Important sidenote here: Security infringement over here: you are disclosing details of my system without my permission on the internet. I would really like to OPT IN on this dpaste.com postings...
That is a really good point, I'm gonna see what I can do about that.
I'll close this as this is not based on a 64bits experience. I just didn't expect that being the cause of the search for cargo :)
:+1:
That is a really good point, I'm gonna see what I can do about that.
Done π https://github.com/OpenVoiceOS/ovos-installer/pull/176
I noticed during my setup I needed to have cargo installed before running the installation script
Summary by CodeRabbit
cargo
as a required package for installation alongsidecurl
,git
, andsudo
.