OpenVoiceOS / ovos-installer

Open Voice OS and/or HiveMind installer using Ansible with an intuitive and easy Text-based User Interface
https://www.openvoiceos.org
79 stars 21 forks source link

Error Python venv with tflite_runtime #182

Closed aka0kuro closed 4 weeks ago

aka0kuro commented 1 month ago

Hello, I am installing ovos installer in rock64 with armbian and it gives me the following error.

Linux rock64 6.6.56-current-rockchip64 #1 SMP PREEMPT Thu Oct 10 10:50:06 UTC 2024 aarch64 GNU/Linux
fatal: [127.0.0.1]: FAILED! => {"changed": false, "cmd": "/home/ovos/.venvs/ovos/bin/pip3 install -f https://whl.smartgic.io/ tflite_runtime", "msg": "[Errno 2] No existe el fichero o el directorio: b'/home/ovos/.venvs/ovos/bin/pip3'", "rc": 2, "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
goldyfruit commented 1 month ago

What is your Python version?

FYI: Armbian is not a supported distribution and Rock64 board has not been tested.

aka0kuro commented 4 weeks ago

Python version is 3.11. The issue is that the first time I installed it I was root and there were no problems, the installation was installed without problems.

goldyfruit commented 4 weeks ago

@aka0kuro thanks for the feedback, enjoy OVOS!