-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jedi Error #3
Comments
I cannot reproduce the issue. Can you please provide your OS information, the python version and the commit id of the repository |
My OS is |
When I use the CrossCodeEval dataset and the raw data, there is also same problem. The error information is as follows:
|
It seems to me the third-party dependencies required for the repository are not installed, causing Jedi to be unable to resolve the symbol and raise an error. This is normal because we only want to retrieve context at the repository level without including third-party dependencies. The errors are properly handled and should not affect the result. |
When I use repofuse code in my own dataset, I have modified the format of the dataset according to the jsonl file you provided and provided the corresponding code repository. An error is reported when the following code is executed, and most of the extracted
crossfile_definition_by_dependency_graph
andcrossfile_reference_by_dependency_graph
are empty.The following is the error information:
The text was updated successfully, but these errors were encountered: