Python Pyinstaller出现ubuntu raring错误

Python Pyinstaller出现ubuntu raring错误,python,pyinstaller,Python,Pyinstaller,我已经升级了我的ubuntu发行版,从那以后我就后悔了。我一直试图让pyinstaller打包我的一个应用程序,但似乎没有任何效果。我总是得到这种回溯,我不知道到底是什么导致了这种情况。如果有人遇到过此问题或知道解决方案,请随时回复 Traceback (most recent call last): File "./pyinstaller.py", line 18, in <module> run() File "/home/servvs/Python/pyinstaller/Py

我已经升级了我的ubuntu发行版,从那以后我就后悔了。我一直试图让pyinstaller打包我的一个应用程序,但似乎没有任何效果。我总是得到这种回溯,我不知道到底是什么导致了这种情况。如果有人遇到过此问题或知道解决方案,请随时回复

Traceback (most recent call last):
File "./pyinstaller.py", line 18, in <module>
run()
File "/home/servvs/Python/pyinstaller/PyInstaller/main.py", line 88, in run
run_build(opts, spec_file, pyi_config)
File "/home/servvs/Python/pyinstaller/PyInstaller/main.py", line 46, in run_build
PyInstaller.build.main(pyi_config, spec_file, **opts.__dict__)
File "/home/servvs/Python/pyinstaller/PyInstaller/build.py", line 1732, in main
build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build'))
File "/home/servvs/Python/pyinstaller/PyInstaller/build.py", line 1681, in build
execfile(spec)
File "main.spec", line 16, in <module>
'termios',])
File "/home/servvs/Python/pyinstaller/PyInstaller/build.py", line 403, in __init__
self.__postinit__()
File "/home/servvs/Python/pyinstaller/PyInstaller/build.py", line 305, in __postinit__
self.assemble()
File "/home/servvs/Python/pyinstaller/PyInstaller/build.py", line 634, in assemble
self._check_python_library(binaries)
File "/home/servvs/Python/pyinstaller/PyInstaller/build.py", line 684, in  _check_python_library
raise IOError("Python library not found!")
IOError: Python library not found!
回溯(最近一次呼叫最后一次):
文件“/pyinstaller.py”,第18行,在
运行()
文件“/home/servs/Python/pyinstaller/pyinstaller/main.py”,第88行,正在运行
运行构建(选项、规范文件、pyi配置)
文件“/home/servs/Python/pyinstaller/pyinstaller/main.py”,第46行,在run\u build中
PyInstaller.build.main(pyi\u配置、规范文件、**选项.\uuuuuuuuu命令)
文件“/home/servs/Python/pyinstaller/pyinstaller/build.py”,第1732行,在main中
构建(specfile,kw.get('distpath'),kw.get('workpath'),kw.get('clean_build'))
文件“/home/servs/Python/pyinstaller/pyinstaller/build.py”,第1681行,内部版本
执行文件(规范)
文件“main.spec”,第16行,在
“termios”,])
文件“/home/servs/Python/pyinstaller/pyinstaller/build.py”,第403行,在__
self.\uuuu postinit\uuuuu()
文件“/home/servs/Python/pyinstaller/pyinstaller/build.py”,第305行,在__
self.assembly()
文件“/home/servs/Python/pyinstaller/pyinstaller/build.py”,第634行,汇编
self.\u check\u python\u库(二进制文件)
文件“/home/servs/Python/pyinstaller/pyinstaller/build.py”,第684行,在Python库中
raise IOError(“未找到Python库!”)
IOError:未找到Python库!

sudo-apt-get-install-libpython2.7-libpython3.3
?sudo-apt-get-install-python-dev?