Skip to content

Instantly share code, notes, and snippets.

@awygle
Created May 27, 2020 05:16
Show Gist options
  • Save awygle/61cbf3476c194ab6b7434c755160244e to your computer and use it in GitHub Desktop.
Save awygle/61cbf3476c194ab6b7434c755160244e to your computer and use it in GitHub Desktop.
glasgow_error
[awygle@lx-accel: ~ ERROR: 2]% glasgow run analyzer -V 3.3 22:16
Traceback (most recent call last):
File "/home/awygle/.local/bin/glasgow", line 11, in <module>
load_entry_point('glasgow', 'console_scripts', 'glasgow')()
File "/home/awygle/glasgow/software/glasgow/cli.py", line 796, in main
exit(loop.run_until_complete(_main()))
File "/usr/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
return future.result()
File "/home/awygle/glasgow/software/glasgow/cli.py", line 482, in _main
target, applet = _applet(device.revision, args)
File "/home/awygle/glasgow/software/glasgow/cli.py", line 339, in _applet
applet.build(target, args)
File "/home/awygle/glasgow/software/glasgow/applet/internal/analyzer/__init__.py", line 45, in build
out_fifo=iface.get_out_fifo(),
File "/home/awygle/glasgow/software/glasgow/applet/internal/analyzer/__init__.py", line 12, in __init__
self.comb += eggs.eq(0)
NameError: name 'eggs' is not defined
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 63, in apport_excepthook
from apport.fileutils import likely_packaged, get_recent_crashes
File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module>
from apport.report import Report
File "/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module>
import apport.fileutils
File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module>
from apport.packaging_impl import impl as packaging
File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 24, in <module>
import apt
File "/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in <module>
import apt_pkg
ModuleNotFoundError: No module named 'apt_pkg'
Original exception was:
Traceback (most recent call last):
File "/home/awygle/.local/bin/glasgow", line 11, in <module>
load_entry_point('glasgow', 'console_scripts', 'glasgow')()
File "/home/awygle/glasgow/software/glasgow/cli.py", line 796, in main
exit(loop.run_until_complete(_main()))
File "/usr/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
return future.result()
File "/home/awygle/glasgow/software/glasgow/cli.py", line 482, in _main
target, applet = _applet(device.revision, args)
File "/home/awygle/glasgow/software/glasgow/cli.py", line 339, in _applet
applet.build(target, args)
File "/home/awygle/glasgow/software/glasgow/applet/internal/analyzer/__init__.py", line 45, in build
out_fifo=iface.get_out_fifo(),
File "/home/awygle/glasgow/software/glasgow/applet/internal/analyzer/__init__.py", line 12, in __init__
self.comb += eggs.eq(0)
NameError: name 'eggs' is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment