Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find a version that satisfies the requirement tensorflow<3,>=2.14 #4

Open
nerijus opened this issue Dec 24, 2024 · 0 comments

Comments

@nerijus
Copy link

nerijus commented Dec 24, 2024

I did on Fedora 41, python 3.13:

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant