The Wayback Machine - https://web.archive.org/web/20201210063312/https://github.com/github/CodeSearchNet/issues/193
Skip to content
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

Error while processing a single Python file. #193

Closed
vikrant-sahu opened this issue May 19, 2020 · 3 comments
Closed

Error while processing a single Python file. #193

vikrant-sahu opened this issue May 19, 2020 · 3 comments

Comments

@vikrant-sahu
Copy link

@vikrant-sahu vikrant-sahu commented May 19, 2020

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) . Here py_file_path contains 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 file function_parser/function_parser/parsers/language_parser.py.

Am I missing something?

@Ceceu
Copy link
Contributor

@Ceceu Ceceu commented Sep 3, 2020

Hello @vikrant-sahu,
Did you find a solution?

@hamelsmu
Copy link
Member

@hamelsmu hamelsmu commented Sep 4, 2020

We are no longer maintaining this project See announcement in the README

@hamelsmu hamelsmu closed this Sep 4, 2020
@vikrant-sahu
Copy link
Author

@vikrant-sahu vikrant-sahu commented Sep 5, 2020

@Ceceu yes. I break down the code to make it work.
Will publish it in a few weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
You can’t perform that action at this time.