synesthesiam / rhasspy

Rhasspy voice assistant for offline home automation
https://rhasspy.readthedocs.io
MIT License
941 stars 101 forks source link

2.5 fails to install with virtualenv installation method #244

Closed patrickjane closed 4 years ago

patrickjane commented 4 years ago

After make install I get the following errors:

ERROR: rhasspy-server-hermes 2.5.0 has requirement rhasspy-hermes==0.2.1, but you'll have rhasspy-hermes 0.3.0 which is incompatible.
ERROR: rhasspy-server-hermes 2.5.0 has requirement rhasspy-nlu==0.1.9, but you'll have rhasspy-nlu 0.2.0 which is incompatible.
ERROR: rhasspy-server-hermes 2.5.0 has requirement rhasspy-profile==0.1.4, but you'll have rhasspy-profile 0.2.0 which is incompatible.
ERROR: rhasspy-server-hermes 2.5.0 has requirement rhasspy-supervisor==0.1.4, but you'll have rhasspy-supervisor 0.2.0 which is incompatible.
ERROR: rhasspy 2.5.0 has requirement rhasspy-hermes~=0.3.1, but you'll have rhasspy-hermes 0.3.0 which is incompatible.

This was my configure call:

./configure RHASSPY_LANGUAGE=de RHASSPY_SPEECH_SYSTEM=deepspeech RHASSPY_WAKE_SYSTEM=precise

I am trying to install on a fresh and clean installation of raspbian buster (pi 4b).

What should I do?

synesthesiam commented 4 years ago

Requirements should have been fixed now. I'm using the ~= specifier to indicate that a compatible release is desired.

patrickjane commented 4 years ago

Unfortunately, I can't confirm. It still is not working for me, albeit with slightly different error output:

Collecting rhasspy-asr-deepspeech-hermes~=0.2.0
  Downloading https://www.piwheels.org/simple/rhasspy-asr-deepspeech-hermes/rhasspy_asr_deepspeech_hermes-0.2.0-py3-none-any.whl (8.0 kB)
Collecting rhasspy-asr-deepspeech~=0.2.0
  Downloading https://www.piwheels.org/simple/rhasspy-asr-deepspeech/rhasspy_asr_deepspeech-0.2.0-py3-none-any.whl (5.1 kB)
Collecting rhasspy-asr~=0.2.0
  Downloading https://www.piwheels.org/simple/rhasspy-asr/rhasspy_asr-0.2.0-py3-none-any.whl (4.1 kB)
Collecting rhasspy-dialogue-hermes~=0.2.0
  Downloading https://www.piwheels.org/simple/rhasspy-dialogue-hermes/rhasspy_dialogue_hermes-0.2.0-py3-none-any.whl (9.5 kB)
Collecting rhasspy-fuzzywuzzy-hermes~=0.2.0
  Downloading https://www.piwheels.org/simple/rhasspy-fuzzywuzzy-hermes/rhasspy_fuzzywuzzy_hermes-0.2.0-py3-none-any.whl (8.5 kB)
Collecting rhasspy-fuzzywuzzy~=0.2.0
  Downloading https://www.piwheels.org/simple/rhasspy-fuzzywuzzy/rhasspy_fuzzywuzzy-0.2.0-py3-none-any.whl (8.2 kB)
Collecting rhasspy-hermes==0.2.1
  Downloading https://www.piwheels.org/simple/rhasspy-hermes/rhasspy_hermes-0.2.1-py3-none-any.whl (30 kB)
Collecting rhasspy-homeassistant-hermes~=0.2.0
  Downloading https://www.piwheels.org/simple/rhasspy-homeassistant-hermes/rhasspy_homeassistant_hermes-0.2.0-py3-none-any.whl (6.0 kB)
Collecting rhasspy-microphone-cli-hermes~=0.2.0
  Downloading https://www.piwheels.org/simple/rhasspy-microphone-cli-hermes/rhasspy_microphone_cli_hermes-0.2.0-py3-none-any.whl (7.1 kB)
Collecting rhasspy-microphone-pyaudio-hermes~=0.2.0
  Downloading https://www.piwheels.org/simple/rhasspy-microphone-pyaudio-hermes/rhasspy_microphone_pyaudio_hermes-0.2.0-py3-none-any.whl (7.3 kB)
Collecting rhasspy-nlu-hermes~=0.2.0
  Downloading https://www.piwheels.org/simple/rhasspy-nlu-hermes/rhasspy_nlu_hermes-0.2.0-py3-none-any.whl (7.9 kB)
Collecting rhasspy-nlu~=0.2.0
  Downloading https://www.piwheels.org/simple/rhasspy-nlu/rhasspy_nlu-0.2.0-py3-none-any.whl (50 kB)
     |████████████████████████████████| 50 kB 600 kB/s
Collecting rhasspy-profile~=0.2.0
  Downloading https://www.piwheels.org/simple/rhasspy-profile/rhasspy_profile-0.2.0-py3-none-any.whl (204 kB)
     |████████████████████████████████| 204 kB 64 kB/s
Collecting rhasspy-rasa-nlu-hermes~=0.2.0
  Downloading https://www.piwheels.org/simple/rhasspy-rasa-nlu-hermes/rhasspy_rasa_nlu_hermes-0.2.0-py3-none-any.whl (8.2 kB)
Collecting rhasspy-remote-http-hermes~=0.2.0
  Downloading https://www.piwheels.org/simple/rhasspy-remote-http-hermes/rhasspy_remote_http_hermes-0.2.0-py3-none-any.whl (12 kB)
ERROR: Could not find a version that satisfies the requirement rhasspy-server-hermes~=2.5.1 (from rhasspy==2.5.0) (from versions: 2.5.0)
ERROR: No matching distribution found for rhasspy-server-hermes~=2.5.1 (from rhasspy==2.5.0)
make: *** [Makefile:146: install-rhasspy] Error 1