Problems compiling Python 3.4 on Ubuntu

Zachary Ware zachary.ware+pylist at gmail.com
Mon Feb 3 14:05:40 EST 2014


On Mon, Feb 3, 2014 at 12:48 PM, Chris Angelico <rosuav at gmail.com> wrote:
> On Tue, Feb 4, 2014 at 2:50 AM, Christian Heimes <christian at python.org> wrote:
>> On 03.02.2014 16:14, Ram Rachum wrote:
>>> Worked! Thanks Ervin!
>>
>>    $ sudo apt-get build-dep python3.3
>>
>> will install everything you need to compile Python 3.4 on Debian and
>> Ubuntu. Good luck! :)
>
> Technically that gets everything you need to compile Python 3.3...
> wasn't there one more library needed for 3.4? It's still an excellent
> way to get nearly everything, though.

I think you're thinking of 3.2 -> 3.3.  3.3 added the lzma module,
which requires lzma-dev.  I think 3.4 has the same requirements as
3.3.

-- 
Zach



More information about the Python-list mailing list