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
The JavaSitter.get_calling_lines method contains an unused variable, is_target_method_a_constructor, which was introduced in a previous PR but is never used in the implementation.
Steps to Reproduce
After doing pip install git+https://github.com/codellm-devkit/python-sdk.git I was running into the following error
I made changes to pyproject.toml by changing the versions to the ones mentioned in the error, I removed cldk from pyproject.toml :
I also installed `brew install llvm` to resolve another library error.
Description
The JavaSitter.get_calling_lines method contains an unused variable, is_target_method_a_constructor, which was introduced in a previous PR but is never used in the implementation.
Steps to Reproduce

After doing
pip install git+https://github.com/codellm-devkit/python-sdk.git
I was running into the following errorI made changes to pyproject.toml by changing the versions to the ones mentioned in the error, I removed cldk from pyproject.toml :

I also installed `brew install llvm` to resolve another library error.Cldk version:
summarize application --project-root /Users/ashitasaxena/Documents/git_repos/modresorts --metadata-folder /Users/ashitasaxena/Documents/git_repos/wca-summarization/example/test_output/ModResort --vela-url "https://wca4j-dmf-73-zircon-vllm-wca-core-training.apps.dmf.dipc.res.ibm.com/v1/completions" --model-name /modeling/models/g20b-73-dmf-zircon-exp/step1250 --use-source-analysis
I see that analysis.json is getting generated. I'm getting the following error:
Suggested Fix
Additional Context
The text was updated successfully, but these errors were encountered: