PaddleCV-SIG / EISeg

高效交互式语义分割标注软件EISeg 『Efficient and intelligent interactive segmentation annotation software』

Home Page:https://github.com/PaddleCV-SIG/EISeg/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Grubby-Wang opened this issue · comments

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: mathieu.leplatre@makina-corpus.com
License: LGPL-3.0
Location: d:\appinstall\work\anaconda3\lib\site-packages
Requires:
Required-by: EISeg

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

  • 系统: Windows
  • 安装方式:pip