frictionlessdata / livemark

Data presentation framework for Python that generates static sites from extended Markdown with interactive charts, tables, scripts, and other features
https://livemark.frictionlessdata.io
MIT License
95 stars 8 forks source link

Install error #194

Closed aborruso closed 2 years ago

aborruso commented 2 years ago

Overview

Hi @roll , first of all: this is great idea, a great product, thank you very much 🙏🙏🙏.

When I install it, I have this error:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
mkdocs-rss-plugin 0.17.0 requires Jinja2<3,>=2, but you have jinja2 3.0.2 which is incompatible.
jinja-markdown 1.200630 requires Jinja2~=2.11, but you have jinja2 3.0.2 which is incompatible.
datapackage-pipelines 2.2.6 requires python-dateutil<2.8.1, but you have python-dateutil 2.8.1 which is incompatible.

Does the only solution is to use virtualenv?

Thank you

Please preserve this line to notify @roll (lead of this repository)

aborruso commented 2 years ago

I have solved using pipx that for me is the way I prefer to install "problematic" python modules.

livemark is really a great idea

roll commented 2 years ago

Thanks @aborruso !