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
oraoto/pib$ make
Downloading and patching SQLite
--2022-02-27 00:45:54-- https://sqlite.org/2020/sqlite-amalgamation-3330000.zip
Resolving sqlite.org (sqlite.org)... 2600:3c00::f03c:91ff:fe96:b959, 45.33.6.223
Connecting to sqlite.org (sqlite.org)|2600:3c00::f03c:91ff:fe96:b959|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2417079 (2.3M) [application/zip]
Saving to: ‘sqlite-amalgamation-3330000.zip’
sqlite-amalgamation-3330000.zip 100%[===================================================================================================>] 2.30M 1.26MB/s in 1.8s
2022-02-27 00:45:56 (1.26 MB/s) - ‘sqlite-amalgamation-3330000.zip’ saved [2417079/2417079]
Traceback (most recent call last):
File "/usr/bin/docker-compose", line 33, in <module>
sys.exit(load_entry_point('docker-compose==1.27.4', 'console_scripts', 'docker-compose')())
File "/usr/bin/docker-compose", 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 972, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 981, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'compose.cli'; 'compose' is not a package
make: *** [Makefile:44: third_party/sqlite3.33-src/sqlite3.c] Error 1
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: