Closed brunodavi closed 2 months ago
When I went to install the requirements they always gave errors
`python package not found version >= 3.9``
Even with the `.venv`` active I had these errors:
pip install -r requirements
python -m pip install -r requirements
python3.10 -m pip install -r requirements
An alternative would be to use this for each package:
requirements
pyttsx3; python_version >= '3.9'
Commits:
When I went to install the requirements they always gave errors
`python package not found version >= 3.9``
Even with the `.venv`` active I had these errors:
pip install -r requirements
python -m pip install -r requirements
python3.10 -m pip install -r requirements
An alternative would be to use this for each package:
requirements
Commits: