Skip to content

Conversation

Diavolo
Copy link
Contributor

@Diavolo Diavolo commented Aug 18, 2020

Para ejecutar scripts/find_in_po.py python indica que no encuentra el módulo tabulate

$ python scripts/find_in_po.py
Traceback (most recent call last):
  File "scripts/find_in_po.py", line 10, in <module>
    from tabulate import tabulate   # fades
ModuleNotFoundError: No module named 'tabulate'

Me parece que se debería de añadir 'tabulate' como dependencia en requirements.txt.

Copy link
Collaborator

@cmaureir cmaureir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Toda la razón :)

@cmaureir cmaureir merged commit 57d0ffa into python:3.8 Aug 20, 2020
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.

2 participants