简体   繁体   English

在“pip3 install cython”之后,在 Ubuntu 22.04 上找不到 cythonize

[英]cythonize not found on Ubuntu 22.04 after "pip3 install cython"

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

I have recently installed Ubuntu 22.04.我最近安装了 Ubuntu 22.04。 I was trying to install https://github.com/commaai/rednose .我试图安装https://github.com/commaai/rednose

Few days back, while working on Ubuntu 18.04, I got the same issue, I solved it by using pip3 install cython .几天前,在 Ubuntu 18.04 上工作时,我遇到了同样的问题,我使用pip3 install cython解决了这个问题。

On Ubuntu 22.04, it's not solving the same way.在 Ubuntu 22.04 上,它的解决方式不同。 What's the proper way to install the cythonize command?安装cythonize命令的正确方法是什么?

In the Jammy repositories of 22.04, cython has been named cython3.在 22.04 的 Jammy 存储库中,cython 已被命名为 cython3。 So install it with sudo apt update && sudo apt install cython3所以用sudo apt update && sudo apt install cython3

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM