agrego packages opencv-python y pillow a requirements.txt#2
Open
jerodb wants to merge 1 commit intoschoolofaibsas:masterfrom
Open
agrego packages opencv-python y pillow a requirements.txt#2jerodb wants to merge 1 commit intoschoolofaibsas:masterfrom
jerodb wants to merge 1 commit intoschoolofaibsas:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Son necesarios los packages opencv-python y pillow para que funcione correctamente la aplicación. Instalando Anaconda3 de cero y siguiendo los pasos del README.md esos packages no quedan instalados ni en el virtualenv ni en la librería de packages globales de python.
Sin esos packages cuando se ejecuta la aplicación tira los siguientes error:
ModuleNotFoundError: No module named 'cv2' si falta opencv-python
AttributeError: module 'scipy.misc' has no attribute 'imread' si falta pillow
Esto pasa en Debian 9. Quizá en otros OS no hace falta instalarlos explícitamente.