JiaquanYe / TableMASTER-mmocr

2nd solution of ICDAR 2021 Competition on Scientific Literature Parsing, Task B.
Apache License 2.0
410 stars 100 forks source link

运行环境 #64

Open cqray1990 opened 1 year ago

cqray1990 commented 1 year ago

CUDA11.6 装不了mmcv-full 1.3.4 环境兼容性不怎么好?

  error: command '/usr/local/cuda-11.6/bin/nvcc' failed with exit code 1
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for mmcv-full Running setup.py clean for mmcv-full Failed to build mmcv-full Installing collected packages: mmcv-full Running setup.py install for mmcv-full ... /

装mmcv-full 1.7 提示 ssertionError: MMCV==1.7.0 is used but incompatible. Please install mmcv>=1.2.4, <=1.4.0.

必须要降cuda版本?