Abraham Tugalov

Results 38 comments of Abraham Tugalov

Проверь версию Python, код тестировался только на версии `Python 3.8.3`. Также попробуй запустить через `venv`. Если не поможет, - почисти кэш Silero. Еще вариант запустить код с CMD от имени...

Это не ошибка. Если мешает - можно исправить многопоточностью.

Ошибка известна. Исправим в ближайшем обновлении.

Hi, Cristian! Check for last version of PlaceHoldMachine, it's 1.0.2 now. Method set_allowed_image_formats was added and can be used to solve your issue. ``` # -*- coding: utf-8 -*- from...

Running this code on Python 3.6.0 and Python 2.7.13 ``` # -*- coding: utf-8 -*- from PlaceHoldMachine import PlaceHoldMachine #import class i = PlaceHoldMachine() #create class instance i.log_level = 2...

Не связано с актуальной версией.

Same on Windows with open-ssl installed. ![image](https://github.com/RustPython/RustPython/assets/11755312/55e1403e-cf8e-47a6-ad7d-35c53e704ff2)

There's exactly undocumented way of passing a screenshot via [mss](https://python-mss.readthedocs.io/) with `python detect.py --source "screen 0 100 100 512 256"` CLI command or respective SDK code (the `source` must start...

Ошибка, вероятно, связана с настройками безопасности Windows. Подробности тут https://github.com/Picovoice/porcupine/issues/617

[pvrecorder ](https://pypi.org/project/pvrecorder/) работает только с Windows (amd64). То есть нужна 64 битная версия Python и самой винды, соответственно. Для работы на x86 нужно переписать код с использованием другой библиотеки для...