krolaper
krolaper
@AyushExel So the same thing happens with YouTube. Сamera monitor correct. Until now, everything worked.
why it can hang at the stage general.py: ``` def check_imshow(warn=False): # Check if environment supports image displays try: assert not is_notebook() assert not is_docker() cv2.imshow('test', np.zeros((1, 1, 3))) cv2.waitKey(1)...
@AyushExel what version of opencv and numpy and torch do you have installed? Looks like it’s all in new versions.
@AyushExel they are satisfying, there are the most recent versions, but somehow on them and this problem occurs. Tell me on which versions you checked that everything works?
@AyushExel Ok
@AyushExel After testing different versions, I realized it wasn’t these libraries. It turned out that hovering occurs when libraries are declared in `general.py` file: ``` import torchvision from utils.metrics import...
@T-Dynamos so I wrote about it
is there anyone who can help me? add [feature-request ](https://github.com/kivy/python-for-android/issues?q=is%3Aissue+is%3Aopen+label%3Afeature-request), [recipe](https://github.com/kivy/python-for-android/labels/recipe)
@T-Dynamos I tried it and it didn't help (same error). (repeated the init file, replacing the data with orjson). ``` from pythonforandroid.recipe import RustCompiledComponentsRecipe class OrjsonRecipe(RustCompiledComponentsRecipe): version = "3.10.0" url...
Sorry. I just saw that the update came out and everything worked. The topic can be closed