VIM YouCompleteMe error serching py librarys

2.4k views Asked by At

i was installing YCM in VIM and got this error:

Searching Python 3.8 libraries... ERROR: Python headers are missing in /usr/include/python3.8

i have tried with py 3.8 3.7 and 3.9 and the same is ouputing.

Some help would be appriciated(did i speel it right?).

1

There are 1 answers

0
Lukas On

I ran into the same problem. You just need to install the python3-dev package.