Fix working treesitter >0.23 #1
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
marco made it work, after error
Process SpawnProcess-1: Traceback (most recent call last): File "/Users/dnoordman/.pyenv/versions/3.12.8/lib/python3.12/multiprocessing/process.py", line 314, in _bootstrap self.run() File "/Users/dnoordman/.pyenv/versions/3.12.8/lib/python3.12/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/Users/dnoordman/ai-code-insight/api/.venv/lib/python3.12/site-packages/uvicorn/_subprocess.py", line 80, in subprocess_started target(sockets=sockets) File "/Users/dnoordman/ai-code-insight/api/.venv/lib/python3.12/site-packages/uvicorn/server.py", line 65, in run return asyncio.run(self.serve(sockets=sockets)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/dnoordman/.pyenv/versions/3.12.8/lib/python3.12/asyncio/runners.py", line 194, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "/Users/dnoordman/.pyenv/versions/3.12.8/lib/python3.12/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete File "/Users/dnoordman/ai-code-insight/api/.venv/lib/python3.12/site-packages/uvicorn/server.py", line 69, in serve await self._serve(sockets) File "/Users/dnoordman/ai-code-insight/api/.venv/lib/python3.12/site-packages/uvicorn/server.py", line 76, in _serve config.load() File "/Users/dnoordman/ai-code-insight/api/.venv/lib/python3.12/site-packages/uvicorn/config.py", line 434, in load self.loaded_app = import_from_string(self.app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/dnoordman/ai-code-insight/api/.venv/lib/python3.12/site-packages/uvicorn/importer.py", line 19, in import_from_string module = importlib.import_module(module_str) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/dnoordman/.pyenv/versions/3.12.8/lib/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 935, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 999, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/Users/dnoordman/ai-code-insight/api/cis/main.py", line 16, in <module> from cis.src.analyzers.base_analyzer import Analyzer File "/Users/dnoordman/ai-code-insight/api/cis/src/analyzers/base_analyzer.py", line 9, in <module> from cis.src.parsers.base_file_parser import BaseFileParser File "/Users/dnoordman/ai-code-insight/api/cis/src/parsers/base_file_parser.py", line 11, in <module> from cis.src.parsers.utils import Utils File "/Users/dnoordman/ai-code-insight/api/cis/src/parsers/utils.py", line 7, in <module> import tree_sitter_powershell File "/Users/dnoordman/ai-code-insight/api/.venv/lib/python3.12/site-packages/tree_sitter_powershell/__init__.py", line 3, in <module> from ._binding import language ImportError: dlopen(/Users/dnoordman/ai-code-insight/api/.venv/lib/python3.12/site-packages/tree_sitter_powershell/_binding.abi3.so, 0x0002): symbol not found in flat namespace '_tree_sitter_powershell_external_scanner_create'