You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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''
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
运行环境(请尽量填写,这可以帮助我们定位问题):
The text was updated successfully, but these errors were encountered: