You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install brozzler[easy] (version 1.5.18) on linux (Centos with Python 3.6.8 and pip 21.1.2). Seems there are some package conflicts using pip.
I also install setuptools 57.0.0.
When I check requirement in setup.cfg file from brozzler-1.5.18.tar.gz, we have :
Install_requires, 'jinja2>=2.10' is required.
'easy' requires : pywb 0.33.2 (which depends on jinja2<2.9)
Seems we have a conflict regarding the version needed of jinja2.
Has anyone recently installed brozzler[easy] successfully ? Have we to adapt the choice of some packages versions ? force some version ?
Or is it a mistake of understanding on my part for the installation?
Thanks for help
The text was updated successfully, but these errors were encountered:
I encountered the exact same issue when installing brozzler[easy] (version 1.5.6) on Ubuntu (Python 3.8.5 and pip 20.2.4). I'm wondering have there been any workarounds since then?
Hello,
I am trying to install brozzler[easy] (version 1.5.18) on linux (Centos with Python 3.6.8 and pip 21.1.2). Seems there are some package conflicts using pip.
I also install setuptools 57.0.0.
When I check requirement in setup.cfg file from brozzler-1.5.18.tar.gz, we have :
Seems we have a conflict regarding the version needed of jinja2.
Has anyone recently installed brozzler[easy] successfully ? Have we to adapt the choice of some packages versions ? force some version ?
Or is it a mistake of understanding on my part for the installation?
Thanks for help
The text was updated successfully, but these errors were encountered: