I am trying to install it with this command:
sudo apt-get install python3.6-dev
But I'm getting this error:
E: Unable to locate package python3.6-dev
E: Couldn't find any package by glob 'python3.6-dev'
E: Couldn't find any package by regex 'python3.6-dev'
Why am I getting this error and what is the correct way to install the package?