Skip to content

Comments

agrego packages opencv-python y pillow a requirements.txt#2

Open
jerodb wants to merge 1 commit intoschoolofaibsas:masterfrom
jerodb:master
Open

agrego packages opencv-python y pillow a requirements.txt#2
jerodb wants to merge 1 commit intoschoolofaibsas:masterfrom
jerodb:master

Conversation

@jerodb
Copy link

@jerodb jerodb commented Sep 3, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant