This happens to me using any Pharo/Moose version
Steps to reproduce it:
1- Load MoosePy
Metacello new
githubUser: 'moosetechnology' project: 'MoosePy' commitish: 'master' path: 'src';
baseline: 'MoosePy';
load.
2- I run FamixPythonImporter
FamixPythonImporter import: path asFileReference
3- I got
SymbolNotFoundError: Could not find symbol named: #ts_parser_new searching in module: '/Users/fede/Documents/Pharo/vms/120-x64/Pharo.app/Contents/MacOS/Plugins/libtree-sitter.dylib'

This happens to me using any Pharo/Moose version
Steps to reproduce it:
1- Load
MoosePy2- I run FamixPythonImporter
3- I got
SymbolNotFoundError: Could not find symbol named: #ts_parser_new searching in module: '/Users/fede/Documents/Pharo/vms/120-x64/Pharo.app/Contents/MacOS/Plugins/libtree-sitter.dylib'