opendatalab / MinerU

A high-quality tool for convert PDF to Markdown and JSON.一站式开源高质量数据提取工具,将PDF转换成Markdown和JSON格式。
https://opendatalab.com/OpenSourceTools?tool=extract
GNU Affero General Public License v3.0
17.96k stars 1.29k forks source link

ERROR: detectron2-0.6-cp310-cp310-macosx_10_9_universal2.whl is not a supported wheel on this platform. #1015

Closed CyberAsteroid closed 3 days ago

CyberAsteroid commented 3 days ago

got a problem with running ".venv/bin/pip install detectron2-0.6-cp310-cp310-macosx_10_9_universal2.whl" on my intel chip computer.

myhloli commented 3 days ago

you need use conda create a python3.10 environment.

CyberAsteroid commented 3 days ago

you need use conda create a python3.10 environment.

Thanks. I'll try it.