Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update setup.py to add jinja as dependency for tiptapy #70

Open
Pradhvan opened this issue Apr 11, 2022 · 0 comments
Open

Update setup.py to add jinja as dependency for tiptapy #70

Pradhvan opened this issue Apr 11, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Pradhvan
Copy link
Contributor

Problem

If the virtual env does not have jinja installed tiptapy throws a dependency error for jinja.

python -m pip install tiptapy
  • Traceback
import titapy
Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'titapy'
>>> import titapy
Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'titapy'
>>> import tiptapy
Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
 File "/Users/glados/workspace/tiptapy/tiptapy/__init__.py", line 5, in <module>
  from jinja2 import FileSystemLoader, Environment, select_autoescape
ModuleNotFoundError: No module named 'jinja2'

Possbible solution

  • jinja can be added as a dependency for tiptapy in setup.py
@Pradhvan Pradhvan added the bug Something isn't working label Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants