PYTHON ujson. ERROR: Could not build wheels for ujson which use PEP 517 and cannot be installed directly

后端 未结 2 1591
难免孤独
难免孤独 2021-01-22 14:20

I`m trying to install RASA framework on my Windows laptop using Poetry and build from source. Using pip wont help me as i was never able to install Tensorflow and it comes along

2条回答
  •  北海茫月
    2021-01-22 14:35

    Try uninstalling the current version of ujson

    conda uninstall ujson
    

    and try installing the ujson - 1.35

    conda install ujson==1.35
    

提交回复
热议问题