Skip to content
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

windos运行eiseg,提示报错ModuleNotFoundError: No module named 'easydict' #136

Open
Grubby-Wang opened this issue Dec 25, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Grubby-Wang
Copy link

Grubby-Wang commented Dec 25, 2023

bug描述
已安装成功,但是运行eisig,提示报错,尝试很多方法,始终找不到解决办法。

C:\Users\xxx>eiseg
Traceback (most recent call last):
File "d:\appinstall\work\anaconda3\lib\runpy.py", line 193, in _run_module_as_main "main", mod_spec)
File "d:\appinstall\work\anaconda3\lib\runpy.py", line 85, in run_code exec(code, run_globals)
File "D:\AppInstall\Work\Anaconda3\Scripts\eiseg.exe_main
.py", line 4, in # you may not use this file except in compliance with the License.
File "d:\appinstall\work\anaconda3\lib\site-packages\eiseg\run.py", line 25, in from app import APP_EISeg # 导入带槽的界面
File "d:\appinstall\work\anaconda3\lib\site-packages\eiseg\app.py", line 23, in from easydict import EasyDict as edict
ModuleNotFoundError: No module named 'easydict''

并且easydict安装成功:
C:\Users\xxx>pip show easydict
Name: easydict
Version: 1.11
Summary: Access dict values as attributes (works recursively).
Home-page: https://github.com/makinacorpus/easydict
Author: Mathieu Leplatre
Author-email: [email protected]
License: LGPL-3.0
Location: d:\appinstall\work\anaconda3\lib\site-packages
Requires:
Required-by: EISeg

运行环境(请尽量填写,这可以帮助我们定位问题):

  • 系统: Windows
  • 安装方式:pip
@Grubby-Wang Grubby-Wang added the bug Something isn't working label Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant