PaddleOCR icon indicating copy to clipboard operation
PaddleOCR copied to clipboard

jetson nano安装paddleOCR报错:FileNotFoundError: [Errno 2] No such file or directory: 'cython': 'cython'

Open tcexeexe opened this issue 2 years ago • 2 comments

  • 系统环境/System Environment:
  • cuda10.2 cudnn8.2 jetpack 4.6.2 tensorrt 8.2.1.8-1 我在jetson nano上通过 pip3 install paddlepaddle_gpu-2.3.2-cp36-cp36m-linux_aarch64.whl安装 paddle inference 库,提示安装成功; 然后,通过 pip3 install "paddleocr>=2.0.1" 尝试安装paddleocr,但是遇到报错:FileNotFoundError: [Errno 2] No such file or directory: 'cython': 'cython' f9166a35815727ff6f4d726f4cad8dc

我曾经尝试通过 pip3 install cython来解决这个问题,但是并没有奏效。不知上述这种安装方式是否合适?同时是否有办法解决这个问题

tcexeexe avatar Sep 11 '22 14:09 tcexeexe

安装paddleocr 2.5以上的版本吧

LDOUBLEV avatar Sep 13 '22 09:09 LDOUBLEV

paddleocr 2.5以上的版本吧

你好,我用pip3 install "paddleocr>=2.5"尝试安装,还是有cython的报错,和原先一样 image

tcexeexe avatar Sep 16 '22 09:09 tcexeexe

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jul 07 '23 08:07 github-actions[bot]