ObjectDetection-OneStageDet
ObjectDetection-OneStageDet copied to clipboard
make -32出错
OS: UBUNTU18.04 PYTHON:3.6 PYTORCH:1.0.0
按照步骤执行 ''' cd ObjectDetection-OneStageDet/yolo
yolo_root=$(pwd)
cd ${yolo_root}/utils/test
make -j32 ''' 报错 错误提示: ImportError: No module named Cython.Distutils Makefile:2: recipe for target 'all' failed make: *** [all] Error 1
Hi, there. Have you solved the problem. I have the same problem at hand. Could you please update the solution here?
change the default python version(2)to python3 更改默认python版本
按照链接修改默认python版本