astral-sh / rye

a Hassle-Free Python Experience
https://rye.astral.sh
MIT License
13.6k stars 466 forks source link

why is there little libs uder python lib? #1373

Open markqiu opened 2 weeks ago

markqiu commented 2 weeks ago

Steps to Reproduce

  1. rye sync
  2. ls the lib directory under python
  3. will find very little libs under there.
  4. this will make some wierd errors and after I copy all libs install by other pkg manager(such as conda) problem solved. before copy: image after copy: image

Expected Result

do a full installtion about python.

Actual Result

a lot of libs missing

Version Info

any version

Stacktrace

No response