Search code examples
pythoncondaallennlpjsonnet

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.


Solution

  • Try the following:

    conda install -c conda-forge jsonnet