OnroerendErfgoed / atramhasis

An online SKOS editor
http://atramhasis.readthedocs.io/
GNU General Public License v3.0
53 stars 11 forks source link

Can't install development version #755

Closed koenedaele closed 1 year ago

koenedaele commented 1 year ago

In openjournals/joss-reviews#5040 @gaurav has noticed that:

I got stuck pretty early on in the review process because the Atramhasis repository doesn't have installation instructions. I tried following the installation instructions at your readthedocs.io page page, but running initialize_atramhasis_db development.ini resulted in the following error:

raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (MarkupSafe 2.0.1 (/Users/gaurav/Development/open-source/atramhasis/venv/lib/python3.9/site-packages), Requirement.parse('MarkupSafe>=2.1.1'), {'werkzeug'})

Normally things should work for Python 3.9.

Wim-De-Clercq commented 1 year ago

That's https://github.com/OnroerendErfgoed/atramhasis/issues/747 Because we don't support the latest jinja2, we also do not support the latest markupsafe.

Wim-De-Clercq commented 1 year ago

Extra things i'll fix here:

Edit: Actually these issues belong in the cookie-cutter project. I think this issue can be closed as it was essentially a duplicate of #747