Jon Crall
Jon Crall
I recently updated the README with a fix for this: https://github.com/Erotemic/ibeis#installation-instructions-updated-2020-nov-01 Run: ``` pip uninstall opencv-python pip install opencv-python-headless ``` I'm curious are you on a VM or is this...
I found that sometimes the qt libraries still existed even after uninstalling opencv-python. I'm going to try to look for a solution that doesn't require hacky fixes after installation. Its...
I think I need to release a new version of vtool that does not depend on opencv. The above workaround does work, but I'm unaware of any way to make...
@oywiig What you are describing is a different error. It sounds like you don't have the right virtual environment enabled.
The latest version of IBEIS on pypi, no longer has either opencv or opencv-python as a requirement. This is the best work around to this issue that I think is...
I'm reopening this because it seems that people are still running into it.
> I have tried using the command lines to find out if there are the packages installed The errors you are getting are indicating to me that you are not...
@oywiig were you running on WSL? @themac1998 Please go back and carefully [read the instructions](https://github.com/Erotemic/ibeis#installation-instructions-updated-2020-nov-01), especially regarding [installing Python](https://xdoctest.readthedocs.io/en/latest/installing_python.html). This program has been primarily tested in a Python virtual enviornment,...
I do have Travis set up for continuous testing, and I have used AppVeyor in my other projects (https://github.com/Erotemic/ubelt and https://github.com/Erotemic/xdoctest). I've been meaning to take the time to learn...
I don't think anything except type-checkers themselves support pyi files. IIUC, types from pyi files don't even get added as `__annotations__`. I would need a more detailed example of what...