YCG09 / chinese_ocr

CTPN + DenseNet + CTC based end-to-end Chinese OCR implemented using tensorflow and keras
Apache License 2.0
2.74k stars 1.08k forks source link

ImportError: No module named Cython.Build #291

Open banbsyip opened 4 years ago

banbsyip commented 4 years ago

Traceback (most recent call last): File "setup.py", line 1, in from Cython.Build import cythonize ImportError: No module named Cython.Build mv: cannot stat 'utils/*': No such file or directory

banbsyip commented 4 years ago

运行sh setup.sh出错

banbsyip commented 4 years ago

换成虚拟机跑,又是另外的问题: Traceback (most recent call last): File "setup.py", line 39, in CUDA = locate_cuda() File "setup.py", line 26, in locate_cuda raise EnvironmentError('The nvcc binary could not be ' OSError: The nvcc binary could not be located in your $PATH. Either add it to your path, or set $CUDA_HOME mv: 无法获取'utils/*' 的文件状态(stat): 没有那个文件或目录

BI4O commented 4 years ago

自己手动一行一行写进去就好