BR-IDL / PaddleViT

:robot: PaddleViT: State-of-the-art Visual Transformer and MLP Models for PaddlePaddle 2.0+
https://github.com/BR-IDL/PaddleViT
Apache License 2.0
1.22k stars 318 forks source link

Error about Installation in README #58

Closed skpig closed 2 years ago

skpig commented 2 years ago

https://github.com/BR-IDL/PaddleViT/blob/9877f367b3829516c30d105dcc21c4057c82f633/README.md?plain=1#L155-L162

I can't find package detail and yaml in PyPI.

xperzy commented 2 years ago

@GuoQuanhao could you help handle this issue?

DDXDaniel commented 2 years ago

Hello, this may happens when you use Python3, so please use pip install pyyaml instead or you can use Python2 to install yaml and detail.

xperzy commented 2 years ago

The readme files are now updated so I close the issue.