numirias / semshi

🌈 Semantic Highlighting for Python in Neovim
1.02k stars 33 forks source link

Does not work in a pypy virtual environment #84

Open krishnakumarg1984 opened 4 years ago

krishnakumarg1984 commented 4 years ago

Conda-forge now allows the creation of a conda-based pypy environment.

When this environment is activated and the pynvim module is installed, semshi errors out during :UpdateRemotePlugins with a traceback saying no module named _symtable. It is true that pypy environments do not support _symtable. Is there a workaround to continue using semshi in this scenario?