'install python3.8 but not found include folders

I am trying to fix a issue of YouCompleteMe when run install.py in linux.

It says ERROR: Python headers are missing in /usr/include/python3.8 So I try to install python3.8 with:

sudo apt install python3.8

Command is success but that include folder still not there, I can only see 2.7 and 3.5 folders:

python2.7/  python3.5/  python3.5m/

What's the reasone 3.5 folders is there but 3.8 folders not?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source