Arion Love
Arion Love

Reputation: 23

How to install jsonnet on conda

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.

Upvotes: 2

Views: 493

Answers (1)

paradus-hex
paradus-hex

Reputation: 316

Try the following:

conda install -c conda-forge jsonnet

Upvotes: 1

Related Questions