V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
520Python
V2EX  ›  Python

[紧急求助] 安装 eric6 的时候,报错了,大佬们帮忙看看是怎么回事,谢谢!!!

  •  
  •   520Python · 2018-06-04 15:42:13 +08:00 · 2015 次点击
    这是一个创建于 2151 天前的主题,其中的信息可能已经有所发展或是发生改变。

    环境:32 位的 python3.6 安装 eric6 的时候,报如下错误:

    Compiling user interface files ... An internal error occured. Please report all the output of the program, including the following traceback, to eric-bugs@eric-ide.python-projects.org.

    Traceback (most recent call last):

    File "install.py", line 1518, in <module>

    main(sys.argv)

    File "install.py", line 1463, in main

    compileUiFiles()

    File "install.py", line 1280, in compileUiFiles

    compileUiDir(sourceDir, True, __pyName)

    File "C:\Python365-32\lib\site-packages\PyQt5\uic_init_.py", line 124, in compileUiDir

    compile_ui(root, ui)

    File "C:\Python365-32\lib\site-packages\PyQt5\uic_init_.py", line 116, in compile_ui

    compileUi(ui_file, py_file, **compileUi_args)

    File "C:\Python365-32\lib\site-packages\PyQt5\uic_init_.py", line 164, in compileUi

    winfo = compiler.UICompiler().compileUi(uifile, pyfile, from_imports, resource_suffix, import_from)

    File "C:\Python365-32\lib\site-packages\PyQt5\uic\Compiler\compiler.py", line 110, in compileUi

    w = self.parse(input_stream, resource_suffix)

    File "C:\Python365-32\lib\site-packages\PyQt5\uic\uiparser.py", line 1013, in parse

    document = parse(filename)

    File "C:\Python365-32\lib\xml\etree\ElementTree.py", line 1196, in parse

    tree.parse(source, parser)

    File "C:\Python365-32\lib\xml\etree\ElementTree.py", line 597, in parse

    self._root = parser._parse_whole(source)
    

    xml.etree.ElementTree.ParseError: syntax error: line 1, column 0

    大佬帮忙看下,谢谢!!

    1 条回复    2018-06-04 19:45:44 +08:00
    520Python
        1
    520Python  
    OP
       2018-06-04 19:45:44 +08:00 via Android
    没人遇到过我这一样的问题么?
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3457 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 11:02 · PVG 19:02 · LAX 04:02 · JFK 07:02
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.