-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
源码运行后ModuleNotFoundError: No module named 'cached_property'怎么解决 #168
Comments
我用快速启动是 |
快速启动的PGPL版本是多少?发一下日志康康 |
PGPL版本是2.4.0 |
源码的log |
是不是开代理了 |
然后python版本要3.7.6,不然requirements会装不上,还要记得克隆子模块 |
同一个问题。。。 |
缺两个依赖给我自己试出来了 |
你的Python版本是多少 @Pevernow |
3.10.11 |
D:\tools\genshin_pgpl\genshin_impact_assistant>python genshin_assistant.py
zh_CN
python "D:\tools\genshin_pgpl\genshin_impact_assistant/source/msgfmt.py" -o "D:\tools\genshin_pgpl\genshin_impact_assistant\translation/locale\zh_CN\LC_MESSAGES\zh_CN.mo" "D:\tools\genshin_pgpl\genshin_impact_assistant\translation/locale\zh_CN\LC_MESSAGES\zh_CN.po"
sha-1 verify cost: 0.3352377414703369
2024-07-24 20:35:23.798 | INFO | source.interaction.interaction_core:init:78 - InteractionBGD created
Traceback (most recent call last):
File "D:\tools\genshin_pgpl\genshin_impact_assistant\genshin_assistant.py", line 20, in
from source.webio import webio
File "D:\tools\genshin_pgpl\genshin_impact_assistant\source\webio\webio.py", line 12, in
from source.webio.webpages.collector_settings import CollectorSettingPage
File "D:\tools\genshin_pgpl\genshin_impact_assistant\source\webio\webpages\collector_settings.py", line 6, in
from source.funclib import collector_lib
File "D:\tools\genshin_pgpl\genshin_impact_assistant\source\funclib\collector_lib.py", line 160, in
from source.map.extractor.reader import PoiJsonApi, PointInfoModel
File "D:\tools\genshin_pgpl\genshin_impact_assistant\source\map\extractor\reader.py", line 4, in
from cached_property import cached_property
ModuleNotFoundError: No module named 'cached_property'
D:\tools\genshin_pgpl\genshin_impact_assistant>
The text was updated successfully, but these errors were encountered: