Closed ZumiYumi closed 1 month ago
@ZumiYumi thanks for reporting. I will look into in when I am back from vacations
@ZumiYumi On my second laptop (Linux, Ubuntu 22.04 LTS, amd64) I get a different error. Not sure what is the problem in your issue/how to replicate it (please use your Python knowledge to troubleshoot)
I also added checkmate
parameters/options descriptions for more customizations/better description vs just in code and shell script.
Hmmm, okay @marcinguy :) I'll try to investigate it this weekend. Thank you for your time
@ZumiYumi u can try llm to debug the issue (uploading source zipfile to OpenAI gpt 4o or Claude or other llm of choice)
vscode has now llm integrations (many models I read) or cursor ai or GitHub copilot
Was pretty good when I used it
I am also getting this error. I have a macOS.
Traceback (most recent call last):
File "/usr/local/bin/checkmate", line 8, in
I am getting a related error on the latest on VMWare guest Debian 12 The error is the same whether I use the sh < curl or run the worker-cli manually
user@debian:~/projects/ttt/src/.checkmate$ sudo docker run -e CODE_DIR=$CODE_DIR -e OPENAI_GPT_API -v ${CODE_DIR}:${CODE_DIR} -ti tcosolutions/betterscan-worker-cli:latest /bin/sh -c "cd $CODE_DIR && git config --global --add safe.directory $CODE_DIR && checkmate init --backend sqlite --backend-opts \"sqlite:////${CODE_DIR}/.checkmate/database.db\""
Traceback (most recent call last):
File "/usr/local/bin/checkmate", line 5, in <module>
from checkmate.scripts.manage import main
File "/usr/local/lib/python3.8/site-packages/checkmate/scripts/manage.py", line 23, in <module>
from checkmate.management import helpers, commands
File "/usr/local/lib/python3.8/site-packages/checkmate/management/helpers.py", line 12, in <module>
from checkmate.lib.backend import Backend
File "/usr/local/lib/python3.8/site-packages/checkmate/lib/backend.py", line 2, in <module>
from blitzdb.backends.sql import Backend as BlitzDBSQLBackend
File "/usr/local/lib/python3.8/site-packages/blitzdb/backends/sql/__init__.py", line 22, in <module>
from .backend import Backend
ImportError: cannot import name 'Backend' from 'blitzdb.backends.sql.backend' (/usr/local/lib/python3.8/site-packages/blitzdb/backends/sql/backend.py)
As if the sqlite directive isn't really sticking, blitzdb isn't sqlite?
Hello, I am receiving the error
NameError: name 'Backend' is not defined
Full error output:
System information: Hyper-V Ubuntu NAME="Ubuntu" VERSION="20.04.6 LTS (Focal Fossa)"
Steps to recreate:
git clone https://github.com/oroinc/platform-application
cd platform-application
sh <(curl https://raw.githubusercontent.com/tcosolutions/betterscan/main/cli.sh)
Error occurs