How to install jsonnet on conda

Question:

I am installing allennlp and it has quite a lot of dependencies. Everything is installing fine but the installalation of Jsonnet is failing.

I tried installing jsonnet using
pip install jsonnet manually but that isn’t working either.

Asked By: Arion Love

||

Answers:

Try the following:

conda install -c conda-forge jsonnet
Answered By: paradus-hex
Categories: questions Tags: , , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.