Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

@Grubby-Wang

Description

@Grubby-Wang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions