sleep1223 / fast-soy-admin

基于 FastAPI+Vue3+Naive UI 的现代化轻量管理平台。 A modern Management Platform based on FastAPI+Vue3+Naive UI.
https://fast-soy-admin2.sleep0.de/
MIT License
120 stars 26 forks source link

pdm install卡住了,请问是什么原因? #10

Closed SupZ6 closed 1 day ago

SupZ6 commented 2 days ago

一直停在这里没有动:

  ✖ Install httptools 0.6.1 failed
  ✖ Install cffi 1.16.0 failed
  ✖ Install uvloop 0.19.0 failed
  ⠹ Installing orjson 3.10.3...        Building...  
  ⠹ Installing pydantic-core 2.18.2... Building...  
  ⠹ Installing watchfiles 0.21.0...    Building...  
sleep1223 commented 2 days ago

pdm 换源了吗 pdm config pypi.url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple

SupZ6 commented 1 day ago

换了,还是这6个依赖有问题

  ✖ Install httptools 0.6.1 failed
  ✖ Install cffi 1.16.0 failed
  ✖ Install uvloop 0.19.0 failed
  ⠹ Installing orjson 3.10.3...        Building...  
  ⠹ Installing pydantic-core 2.18.2... Building...  
  ⠹ Installing watchfiles 0.21.0...    Building...  

⠴ 0:02:01 Synchronizing 3/6
SupZ6 commented 1 day ago

搞定了! 把pdm.lock删掉,pdm install就不会卡了, 但pdm run run.py会报No module named 'orjson', 再pdm add orjson就OK了!