You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/rhasspy/wyoming-microwakeword.git
cd wyoming-microwakeword
script/setup
and got:
$ script/setup
Requirement already satisfied: pip in ./.venv/lib64/python3.13/site-packages (24.3.1)
Requirement already satisfied: setuptools in ./.venv/lib64/python3.13/site-packages (75.6.0)
Requirement already satisfied: wheel in ./.venv/lib64/python3.13/site-packages (0.45.1)
Collecting pymicro-wakeword==1.0.0 (from -r /opt/hass/wyoming-microwakeword/requirements.txt (line 1))
Using cached pymicro_wakeword-1.0.0-py3-none-any.whl.metadata (751 bytes)
Collecting wyoming==1.5.4 (from -r /opt/hass/wyoming-microwakeword/requirements.txt (line 2))
Using cached wyoming-1.5.4-py3-none-any.whl.metadata (917 bytes)
Collecting pymicro-features==1.0.0 (from pymicro-wakeword==1.0.0->-r /opt/hass/wyoming-microwakeword/requirements.txt (line 1))
Using cached pymicro_features-1.0.0.tar.gz (52 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
INFO: pip is looking at multiple versions of pymicro-wakeword to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement tensorflow<3,>=2.14 (from pymicro-wakeword) (from versions: none)
ERROR: No matching distribution found for tensorflow<3,>=2.14
Traceback (most recent call last):
File "/opt/hass/wyoming-microwakeword/script/setup", line 26, in <module>
subprocess.check_call(pip + ["install", "-r", str(_PROGRAM_DIR / "requirements.txt")])
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/subprocess.py", line 419, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/opt/hass/wyoming-microwakeword/.venv/bin/python3', '-m', 'pip', 'install', '-r', '/opt/hass/wyoming-microwakeword/requirements.txt']' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered:
I did on Fedora 41, python 3.13:
and got:
The text was updated successfully, but these errors were encountered: