小编Cla*_*nyi的帖子

蟒蛇ujson。错误:无法为使用 PEP 517 且无法直接安装的 ujson 构建轮子

我正在尝试使用 Poetry 在我的 Windows 笔记本电脑上安装 RASA 框架并从源代码构建。使用 pip 对我没有帮助,因为我永远无法安装 Tensorflow 并且它随 RASA 一起提供。

我已经做了什么:

$ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
$ git clone https://github.com/RasaHQ/rasa.git
$ cd rasa
$ poetry install
Run Code Online (Sandbox Code Playgroud)

当安装到达安装 ujson 的点时,会发生这种情况并且安装停止:

Collecting ujson
  Using cached ujson-2.0.3.tar.gz (7.1 MB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Installing backend dependencies: started
  Installing backend dependencies: finished with status 'done'
    Preparing wheel metadata: …
Run Code Online (Sandbox Code Playgroud)

python pip pep rasa

2
推荐指数
1
解决办法
8616
查看次数

标签 统计

pep ×1

pip ×1

python ×1

rasa ×1