Activity log for bug #1908467

Date Who What changed Old value New value Message
2020-12-17 01:42:53 Kris Villez bug added bug
2020-12-17 01:43:32 Kris Villez description Intention: - I am trying to use Gurobi and Gurobipy in Python 3.8. For this, I need to get a license key with the command grbgetkey command line input: grbgetkey <keycode> command line output: Sorry, command-not-found has crashed! Please file a bug report at: https://bugs.launchpad.net/command-not-found/+filebug Please include the following information with the report: command-not-found version: 0.3 Python version: 3.8.5 final 0 Distributor ID: Ubuntu Description: Ubuntu 20.04 LTS Release: 20.04 Codename: focal Exception information: unable to open database file Traceback (most recent call last): File "/usr/lib/python3/dist-packages/CommandNotFound/util.py", line 23, in crash_guard callback() File "/usr/lib/command-not-found", line 90, in main cnf = CommandNotFound.CommandNotFound(options.data_dir) File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", line 79, in __init__ self.db = SqliteDatabase(dbpath) File "/usr/lib/python3/dist-packages/CommandNotFound/db/db.py", line 12, in __init__ self.con = sqlite3.connect(filename) sqlite3.OperationalError: unable to open database file Intention: - I am trying to use Gurobi and Gurobipy in Python 3.8. For this, I need to get a license key with the command grbgetkey, following instructions on https://www.gurobi.com/ . command line input: grbgetkey <keycode> command line output: Sorry, command-not-found has crashed! Please file a bug report at: https://bugs.launchpad.net/command-not-found/+filebug Please include the following information with the report: command-not-found version: 0.3 Python version: 3.8.5 final 0 Distributor ID: Ubuntu Description: Ubuntu 20.04 LTS Release: 20.04 Codename: focal Exception information: unable to open database file Traceback (most recent call last):   File "/usr/lib/python3/dist-packages/CommandNotFound/util.py", line 23, in crash_guard     callback()   File "/usr/lib/command-not-found", line 90, in main     cnf = CommandNotFound.CommandNotFound(options.data_dir)   File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", line 79, in __init__     self.db = SqliteDatabase(dbpath)   File "/usr/lib/python3/dist-packages/CommandNotFound/db/db.py", line 12, in __init__     self.con = sqlite3.connect(filename) sqlite3.OperationalError: unable to open database file
2021-01-02 16:26:55 Noah Gorny marked as duplicate 1824000