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
Currently I have 3.12 on Windows 11 and it doesn't build with
ERROR: Could not find a version that satisfies the requirement tflite-runtime (from versions: none)
ERROR: No matching distribution found for tflite-runtime
I see this is because the library doesn't support 3.12 so I tried to install 3.9 (I also tried 3.10) but I get the following...
C:\Users\...>python --version
Python 3.9.13
C:\Users\...>pushd \\wsl.localhost\Ubuntu\...\code\ha-voice
Z:\...\code\ha-voice>cd wyoming-openwakeword
Z:\...\code\ha-voice\wyoming-openwakeword>python script\setup
Actual environment location may have moved due to redirects, links or junctions.
Requested location: "Z:\...\code\ha-voice\wyoming-openwakeword\.venv\Scripts\python.exe"
Actual location: "\\wsl.localhost\Ubuntu\...\code\ha-voice\wyoming-openwakeword\.venv\Scripts\python.exe"
Actual environment location may have moved due to redirects, links or junctions.
Requested location: "Z:\...\code\ha-voice\wyoming-openwakeword\.venv\Scripts\python.exe"
Actual location: "\\wsl.localhost\Ubuntu\...\code\ha-voice\wyoming-openwakeword\.venv\Scripts\python.exe"
Z:\...\code\ha-voice\wyoming-openwakeword\.venv\Scripts\python.exe: No module named pip
Traceback (most recent call last):
File "Z:\....\code\ha-voice\wyoming-openwakeword\script\setup", line 22, in <module>
subprocess.check_call(pip + ["install", "--upgrade", "pip"])
File "C:\Users\...\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 373, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['Z:\\home\\...\\code\\ha-voice\\wyoming-openwakeword\\.venv\\Scripts\\python.exe', '-m', 'pip', 'install', '--upgrade', 'pip']' returned non-zero exit status 1.
Z:\home\...\code\ha-voice\wyoming-openwakeword>python -m pip --version
pip 22.0.4 from C:\Users\...\AppData\Local\Programs\Python\Python39\lib\site-packages\pip (python 3.9)
What is the proper way to get this to work?
The text was updated successfully, but these errors were encountered:
Currently I have 3.12 on Windows 11 and it doesn't build with
I see this is because the library doesn't support 3.12 so I tried to install 3.9 (I also tried 3.10) but I get the following...
What is the proper way to get this to work?
The text was updated successfully, but these errors were encountered: