On Wed, Mar 08, 2017 at 08:40:56PM +0100, Bram Moolenaar wrote: > Recently there was a test failing specifically with Python 3.6. > I tried installing it, but configure could not find it. > > For Python 3.5 the config directory is > /usr/lib/python3.5/config-3.5m-x86_64-linux-gnu > And it contains config.c. That is what configure checks for. > > For Python 3.6 the config directory should be > /usr/lib/python3.6/config-3.6m-x86_64-linux-gnu > However, it does not contain config.c (or any other relevant files). > > Perhaps I'm just missing a package. I don't have python3-dev installed, > it's for Python 3.5 anyway.
You want python3.6-dev. Note that Ubuntu 16.10 has a pre-release of Python 3.6. You can get the final release from Felix Krull's PPA: https://launchpad.net/~fkrull/+archive/ubuntu/deadsnakes sudo add-apt-repository ppa:fkrull/deadsnakes sudo apt-get update sudo apt-get install python3.6-dev HTH, Marius Gedminas -- Alan Turing thought about criteria to settle the question of whether machines can think, a question of which we now know that it is about as relevant as the question of whether submarines can swim. -- Dijkstra -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
signature.asc
Description: PGP signature
