opendatalab / MinerU

A one-stop, open-source, high-quality data extraction tool, supports PDF/webpage/e-book extraction.一站式开源高质量数据提取工具,支持PDF/网页/多格式电子书提取。
https://opendatalab.com/OpenSourceTools
GNU Affero General Public License v3.0
11.19k stars 835 forks source link

zsh: no matches found: magic-pdf[full]==0.7.0b1 #460

Closed xiaohaoge15 closed 3 weeks ago

xiaohaoge15 commented 3 weeks ago

找不到 magic-pdf[full]==0.7.0b1 是什么情况啊,需要如何处理

image

myhloli commented 3 weeks ago

看一下FAQ第一条

airtonix commented 3 weeks ago

wrap it in quotes.

I use poetry and mise/asdf so it looks like:

> cat .tool-versions

python 3.10.10
poetry 1.8.3

> poetry init
> poetry source add --priority=primary PyPI       
> poetry source add --priority=supplemental myhloli  https://wheels.myhloli.com
> poetry add "magic-pdf[full]==0.7.0b1"                                                             

make sure to add to pyproject.toml :

[tool.poetry]
package-mode = false