gilestrolab / ethoscope

a platform from monitoring animal behaviour in real time from a raspberry pi
http://lab.gilest.ro/ethoscope/
GNU General Public License v3.0
17 stars 25 forks source link

Could not resolve all dependencies - zeroconf #102

Closed mfkeles closed 4 years ago

mfkeles commented 4 years ago

Hi,

Thanks so much for this awesome tool again!

We decided to upgrade everything to python 3.7+ but have been getting some errors installing the node on a fresh installed ArcoLinux.

We're getting a zeroconf dependency error during node installation. I pip installed zeroconf but problem persists. Any suggestions?

Thank you!

ggilestro commented 4 years ago

Did you install the node through AUR? if yes, python-zeroconf should be installed automatically as a dependency. If it isn't for whatever reason you can install it manually with pacman -S python-zeroconf

mfkeles commented 4 years ago

got the error when installing through AUR.

resolved once I installed it manually as you recommended. Thank you!