OpenVoiceOS / ovos-personal-backend

personal backend - self-hosted backend to manage multiple OVOS devices
Apache License 2.0
78 stars 26 forks source link

Installation fails at setup.py timezonefinder #4

Closed happycamper31 closed 2 years ago

happycamper31 commented 3 years ago

Hello guys,

I'm having an issue installing via pip and couldn't figure out how to solve it. So I hope you guys can help me out here. :-) Some related info: I already installed mycroft & deepspeech on this Raspberry Pi 4B on Buster 5.10.14-v7l+ My timezone is CET, as that might be related to the issue maybe. I don't really know what additional info you need, so please hit me up if more is needed.

RPi_ovos-local-backend.log

Also since I'm not really accustomed to git-procedures I don't know if I submit this correctly or if I should have tried to find help elsewhere. Let me know to improve my git-knowledge ;-)

BR happycamper

PS: My goal is to run mycroft "homeless" without need of remote connections.

JarbasAl commented 3 years ago

python3 is required, i think you are running python2

use pip3 install

happycamper31 commented 3 years ago

Ah, such a "classic"... Thanks, yeah that worked for me. I guess you could change the install section to pip3 then ;-9

Sadly I encountered a second issue when starting the backend: RPi_ovos-local-server.log I did configuration in between like listed in the readme.

JarbasAl commented 2 years ago

please reopen if this is still an issue