"pip3 install cython"后在 Ubuntu 22.04 上找不到 cythonize


Command: cythonize rednose/helpers/ekf_sym_pyx.pyx
Error: sh: 1: cythonize: not found

我最近安装了Ubuntu 22.04。我正在尝试安装https://github.com/commaai/rednose.

几天前,当我在Ubuntu 18.04上工作时,我遇到了同样的问题,我通过使用pip3 install cython解决了它。

在Ubuntu 22.04上,它不是以同样的方式解决的。cythonize命令的正确安装方法是什么?

在22.04的Jammy存储库中,cython被命名为cython3。所以用sudo apt update && sudo apt install cython3

安装它

相关内容

  • 没有找到相关文章