Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: Installing on linux - missing devel packages Date: Thu, 21 Jan 2016 18:27:50 +1100 Lines: 16 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de FHuX5LDpXiQd4ALDTOXGsg1avLF19qW681oMqzZpWRUg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'received:209.85.223': 0.03; '21,': 0.07; 'subject:missing': 0.07; 'cc:addr:python-list': 0.09; 'components,': 0.09; 'python': 0.10; 'jan': 0.11; 'thu,': 0.15; '2016': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'fix': 0.21; 'installation': 0.23; 'import': 0.24; 'header:In- Reply-To:1': 0.24; 'install': 0.25; 'linux': 0.26; 'equivalent': 0.27; 'packaging': 0.27; 'message-id:@mail.gmail.com': 0.27; 'fedora': 0.29; 'probably': 0.31; 'run': 0.33; 'source': 0.33; 'that,': 0.34; 'received:google.com': 0.35; 'question,': 0.35; 'skip:. 20': 0.35; 'but': 0.36; 'there': 0.36; 'received:209.85': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'missing': 0.37; 'received:209': 0.38; 'sure': 0.39; 'enough': 0.39; 'called': 0.40; 'easy': 0.60; 'your': 0.60; 'entire': 0.61; 'more': 0.63; 'complete': 0.63; 'frank': 0.72; 'build-dep': 0.84; 'chrisa': 0.84; 'to:none': 0.91; '"apt-get': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=axni744bVXccvciQry5cPfVUWRmZhXA5uAR/3GwK5lw=; b=TidCxYRWFhZeyYASDwHZybluLs+7PA/HN/PlyPj1PZZm8YgiVFz9Bl8AOo8UwFVmUh Bbd7CEdfs8s8sQ67gI2QCTROQuhmJSIrRpWyjMVYwSoWTHGK1KfrUpnT9ZNjl0Cz+WIs +but+tJcakPWgd0CkuXhCPPCIKf2OdJp1ufSubsE8SX7WtSJIqDB/PCET9IvDBoN0FrH Qt4pYfMrwZYFYGShslM4mEaqUnVLzHcv/KVW4WbiL6BustlHPY2xKbZK0Xq0MpMRti0m Rxqc5/67oX78jlR/TpXmsAP9MtsQ9Nc8oJlzxPApXxxzZ7DlwcO6rZ7cxEnYw4mPo29l IF4A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:cc:content-type; bh=axni744bVXccvciQry5cPfVUWRmZhXA5uAR/3GwK5lw=; b=AzK5lhqTSR/7D4QhaE91OngAAFA34jx0Zs2yDURLu1TynuguJwFqkjqT7oj5Peb6NJ MxQRzaHMk2IDxIm2MCu9GbuzyhQEESsn7koqGHDawNWhfH3wVte4hbI26JfQkbpNPHdi 8jcMdK8nzJ3vCH3SNN0mL55r0jX1DinIOA6yDh1kmeAGT5wYZTw2g2JScLNAzanCj/iu 4xwUVDiMRW/msSLAeydr2q656CNGN8PkKWydEc/yAdUBNycrtK0bzX1QMp2WjVuYkPq+ 5fByRV39zzMBukyASVifGLyA5s0SGudqB1QXQLLaaGpKWcRq+Xv32EFO9poMCNhutb3V 6s4g== X-Gm-Message-State: AG10YOSqjerKpU3f/J30HON2vBUcrmKw1si54lXROPOx4zqRBo0p97okXTQFhA7CXRe3M5pLObX3I3GcNZqa1w== X-Received: by 10.107.14.73 with SMTP id 70mr11755685ioo.31.1453361270780; Wed, 20 Jan 2016 23:27:50 -0800 (PST) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:101943 On Thu, Jan 21, 2016 at 6:18 PM, Frank Millman wrote: > Fedora 22 comes standard with Python 3.4.2. I want to install 3.5.1. > > It is easy enough to download the source and run ./configure;make;make > altinstall. But then I find that I cannot import gzip because zlib-devel is > missing. I fix that, then I find that sqlite-devel is missing. > > Is there an easy way to find out all the missing components, so that when > the installation is complete I can be sure I have the entire standard lib? This is a Linux packaging question, more than a Python one. On Debian systems, the way to do that is "apt-get build-dep python3"; check your own package manager for an equivalent - it'll probably be called builddep or similar. ChrisA