-
Notifications
You must be signed in to change notification settings - Fork 4
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
使用ee init 命令报错(使用旧版本的ee.exe同样失败) #43
Comments
能给出python版本吗? python3.7以上 packing包是官方内置的包。不清楚你为什么回没有这个包。 |
PS C:\Users\16145\Desktop> python |
一样的问题。我的Python版本是: |
试一下把这个packaging包装了吧。 3.12 怎么就没了这个内置包了呢。
据我查到的信息 3.12 移除了很多内置包。建议用3.8~3.11 这个范围的python版本。 |
请问这个缺少模块的问题如何解决
ee init
root-CRITICAL:未捕获异常
Traceback (most recent call last):
File "e:\python\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "e:\python\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "E:\python\Scripts\ee.exe_main.py", line 4, in
from gd_excelexporter.cli import cli
File "e:\python\lib\site-packages\gd_excelexporter\cli.py", line 8, in
from gd_excelexporter.core.generator import Generator
File "e:\python\lib\site-packages\gd_excelexporter\core\generator.py", line 11, in
from gd_excelexporter.config import Configuration
File "e:\python\lib\site-packages\gd_excelexporter\config.py", line 3, in
from packaging.version import Version, parse
ModuleNotFoundError: No module named 'packaging'
The text was updated successfully, but these errors were encountered: