jasperproject / jasper-client

Client code for Jasper voice computing platform
MIT License
4.53k stars 1.01k forks source link

install issues #720

Open weathon opened 4 years ago

weathon commented 4 years ago

voicerss-tts 1.0.6 has requirement requests>=2.19.1, but you'll have requests 2.5.0 which is incompatible. kalliope 0.5.4 has requirement apscheduler>=3.6.0, but you'll have apscheduler 3.0.1 which is incompatible. kalliope 0.5.4 has requirement mock>=3.0.5, but you'll have mock 1.0.1 which is incompatible. kalliope 0.5.4 has requirement pyyaml>=5.1, but you'll have pyyaml 3.11 which is incompatible. kalliope 0.5.4 has requirement requests>=2.22.0, but you'll have requests 2.5.0 which is incompatible. configurationutil 3.7.2 has requirement PyYaml>=3.12, but you'll have pyyaml 3.11 which is incompatible. classutils 1.18.0 has requirement requests>=2.7.0, but you'll have requests 2.5.0 which is incompatible. cachingutil 1.2.7 has requirement requests>=2.11.1, but you'll have requests 2.5.0 which is incompatible.

appeacock commented 4 years ago

The work on Jasper - specifically making it work as-is and refactoring to Python 3 is being conducted at https://github.com/aplawson/jasper-client -- including a tutorial on how to build it and/or deploy it with a custom Raspbian ISO image. //adam