我正在安装allennlp,它有相当多的依赖项。所有的安装都很好,但是Jsonnet的安装失败了。
我尝试使用pip install jsonnet手动安装jsonnet,但这也不起作用。
pip install jsonnet
发布于 2022-11-14 15:56:25
尝试以下几点:
conda install -c conda-forge jsonnet
https://stackoverflow.com/questions/74434129
相似问题