|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
D:\new>pyinstaller -F fuli.py
58 INFO: PyInstaller: 4.5
59 INFO: Python: 3.6.5
59 INFO: Platform: Windows-10-10.0.18362-SP0
60 INFO: wrote D:\new\fuli.spec
63 INFO: UPX is not available.
64 INFO: Extending PYTHONPATH with paths
D:\new\dist>fuli.exe
Traceback (most recent call last):
File "fuli.py", line 3, in <module>
File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module
File "parsel\__init__.py", line 10, in <module>
File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module
File "parsel\selector.py", line 8, in <module>
File "src\lxml\etree.pyx", line 74, in init lxml.etree
ImportError: cannot import name _elementpath
[8932] Failed to execute script 'fuli' due to unhandled exception!
求解惑!!!!!!!!! |
|