2

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.

Arion Love
  • 23
  • 4

1 Answers1

1

Try the following:

conda install -c conda-forge jsonnet
paradus-hex
  • 221
  • 2
  • 6