You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output of :echo &pythonthreedll(only vim, not neovim):
Output of :py print(sys.version):
Output of :py3 print(sys.version): 3.12.7 (main, Nov 6 2024, 18:29:01) [GCC 14.2.0]
Output of :echo g:Lf_Debug_Cmd:
Output of :echo g:Lf_FilesFromCache:
Operating system:
Linux
Mac OS X
Windows
Etc.
Configurations related to LeaderF in vimrc:
Describe your question, feature request, or bug.
Begin to compile C extension of Python3 ...
Traceback (most recent call last):
File "/root/plugged/LeaderF/autoload/leaderf/fuzzyMatch_C/setup.py", line 5, in <module>
from setuptools import setup
ImportError: cannot import name 'setup' from 'setuptools' (unknown location)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/plugged/LeaderF/autoload/leaderf/fuzzyMatch_C/setup.py", line 8, in <module>
from distutils.core import setup
ModuleNotFoundError: No module named 'distutils'
Python 3.12.7 (main, Nov 6 2024, 18:29:01) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from setuptools import setup
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name 'setup' from 'setuptools' (unknown location)
>>>
vim --version
ornvim --version
::echo has("python")
: 0:echo has("python3")
: 1:echo &pythondll
(only vim, not neovim)::echo &pythonthreedll
(only vim, not neovim)::py print(sys.version)
::py3 print(sys.version)
: 3.12.7 (main, Nov 6 2024, 18:29:01) [GCC 14.2.0]:echo g:Lf_Debug_Cmd
::echo g:Lf_FilesFromCache
:Describe your question, feature request, or bug.
distutils
module has been removed in Python 3.12 python/cpython#92584Steps to reproduce
Actual behaviour
Expected behaviour
The text was updated successfully, but these errors were encountered: