[GH-ISSUE #186] ModuleNotFoundError: No module named 'apt_pkg' #82

Closed
opened 2026-06-08 11:25:36 +03:00 by zhus · 2 comments
Owner

Originally created by @yurydev1 on GitHub (Sep 28, 2021).
Original GitHub issue: https://github.com/bootandy/dust/issues/186

Getting error on first run on ubuntu 20.04

[root@host2 ~/dust-v0.7.5-x86_64-unknown-linux-gnu]$ dust -d 1
Traceback (most recent call last):
  File "/usr/lib/command-not-found", line 28, in <module>
    from CommandNotFound import CommandNotFound
  File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", line 19, in <module>
    from CommandNotFound.db.db import SqliteDatabase
  File "/usr/lib/python3/dist-packages/CommandNotFound/db/db.py", line 5, in <module>
    import apt_pkg
ModuleNotFoundError: No module named 'apt_pkg'
Originally created by @yurydev1 on GitHub (Sep 28, 2021). Original GitHub issue: https://github.com/bootandy/dust/issues/186 Getting error on first run on ubuntu 20.04 ``` [root@host2 ~/dust-v0.7.5-x86_64-unknown-linux-gnu]$ dust -d 1 Traceback (most recent call last): File "/usr/lib/command-not-found", line 28, in <module> from CommandNotFound import CommandNotFound File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", line 19, in <module> from CommandNotFound.db.db import SqliteDatabase File "/usr/lib/python3/dist-packages/CommandNotFound/db/db.py", line 5, in <module> import apt_pkg ModuleNotFoundError: No module named 'apt_pkg' ```
zhus closed this issue 2026-06-08 11:25:36 +03:00
Author
Owner

@yurydev1 commented on GitHub (Sep 30, 2021):

Sorry, ignore, looks like an issue with the host itself rather than with the dust

<!-- gh-comment-id:931169182 --> @yurydev1 commented on GitHub (Sep 30, 2021): Sorry, ignore, looks like an issue with the host itself rather than with the dust
Author
Owner

@yurydev1 commented on GitHub (Sep 30, 2021):

closing the issue

<!-- gh-comment-id:931428074 --> @yurydev1 commented on GitHub (Sep 30, 2021): closing the issue
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#82