Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Error while processing a single Python file. #193
Comments
|
Hello @vikrant-sahu, |
|
We are no longer maintaining this project See announcement in the README |
|
@Ceceu yes. I break down the code to make it work. |
In CodeSearchNet/function_parser/function_parser/demo.ipynb . I kept everything same till thrid cell and then I did this
processor.process_single_file(py_file_path). Herepy_file_pathcontains the complete path of .py file that I want to process.After executing the above line I got the following error :
unhashable type: 'tree_sitter.Node'in filefunction_parser/function_parser/parsers/language_parser.py.Am I missing something?