粘液模块安装不正确

2024-10-01 19:33:10 发布

您现在位置:Python中文网/ 问答频道 /正文

C:\Python34\Scripts>pip install Gooey
Collecting Gooey
  Using cached Gooey-0.9.2.3.zip
    Complete output from command python setup.py egg_info:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Users\Haeshan\AppData\Local\Temp\pip-build- 5waer38m\Gooey\setup.py", line 9, in <module>
    version = __import__('gooey').__version__
  File "C:\Users\Haeshan\AppData\Local\Temp\pip-build-5waer38m\Gooey\gooey\__init__.py", line 2, in <module>
    from gooey.python_bindings.gooey_decorator import Gooey
  File "C:\Users\Haeshan\AppData\Local\Temp\pip-build-5waer38m\Gooey\gooey\python_bindings\gooey_decorator.py", line 54
    except Exception, e:
                    ^
SyntaxError: invalid syntax

----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in   
C:\Users\Haeshan\AppData\Local\Temp\pip-build-5waer38m\Gooey\

当我尝试安装python的goey模块时,出现了这个错误,有什么想法吗?在


Tags: pipinpybuildlocalsetuplineusers

热门问题