Skip to content

Fix working treesitter >0.23 #1

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

Merged
merged 1 commit into from
Dec 10, 2024
Merged

Fix working treesitter >0.23 #1

merged 1 commit into from
Dec 10, 2024

Conversation

dolfno
Copy link
Owner

@dolfno dolfno commented Dec 10, 2024

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'

@dolfno dolfno merged commit 7f7327b into main Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants