Ilya
Ilya
This is the framework I develop to simplify computer vision program decomposition. In the program written with cv2studio workflow is split into processing components. An image in, an image out.
Currently there is no testing at so. It makes difficulties in development and make the package unsafe to use.
It would be nice to add some flag handling to pip, so that the `rt` will understand that this packages should not be in `requirements.txt`. ```shell pip install -s something...
Error messages from config (for example, when the script doesn't see requirements.txt) should be warnings as a maximum.
The package currently is only available on Linux systems. We should consider adding Windows support in the future.
Many other managers like `pipenv` or `poetry` have improved dependencies resolution methods. Solutions: - Keep lock file and add alternative to pip dependencies resolution workflow. - Allow extentions to the...
When you uninstall a package the following message appearce. ``` WARNING: Package(s) not found: appdata ``` These messages should be removed.