You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed dibi just now and I's my first trying:
$ dibi --host localhost --user root --password 1111 --port 3306
Traceback (most recent call last):
File "/usr/bin/dibi", line 33, in <module>
sys.exit(load_entry_point('dibi==0.1', 'console_scripts', 'dibi')())
File "/usr/bin/dibi", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 855, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "/usr/lib/python3.9/site-packages/dibi/dibi.py", line 10, in <module>
from dibi.ui import Ui_main
File "/usr/lib/python3.9/site-packages/dibi/ui.py", line 7, in <module>
from dibi.db import DbThread
File "/usr/lib/python3.9/site-packages/dibi/db.py", line 8, in <module>
import sqlparse
ModuleNotFoundError: No module named 'sqlparse'
The text was updated successfully, but these errors were encountered:
I installed dibi just now and I's my first trying:
The text was updated successfully, but these errors were encountered: