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
Upgrade or verify wyoming-satellite for pysiero-vad v2.0.0.
or
Modify wyoming-satellite README.md to suggest using:
pyenv install 3.11
pyenv local 3.11 # Sets Python 3.11 for this directory
python -m venv venv # This will now use Python 3.11
source venv/bin/activate
pip install 'pysilero-vad==1.0.0'
The text was updated successfully, but these errors were encountered:
Pysilero-vad is now in v2.0.0.
Pysilero-vad used setup.py for install. This is failing in >=Python 3.12
https://packaging.python.org/en/latest/discussions/setup-py-deprecated/
FIX:
or
The text was updated successfully, but these errors were encountered: