Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python,': 0.02; "'python": 0.07; 'cc:addr:python-list': 0.09; 'python': 0.10; 'suggest': 0.15; 'importing': 0.15; 'packages.': 0.15; 'extraneous': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; "isn't.": 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'skip:" 30': 0.20; 'do.': 0.22; 'seems': 0.23; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'install': 0.25; 'command': 0.26; '(which': 0.26; 'message- id:@mail.gmail.com': 0.27; 'idea': 0.28; 'fine': 0.28; 'posts': 0.30; 'waste': 0.30; 'run': 0.33; 'point': 0.33; 'quotes': 0.33; 'quickly': 0.34; 'gives': 0.35; 'received:google.com': 0.35; 'on,': 0.35; 'skip:c 30': 0.35; 'something': 0.35; 'but': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'say': 0.37; 'delete': 0.38; 'why': 0.39; "didn't": 0.39; 'your': 0.60; "you'll": 0.61; 'here.': 0.62; 'our': 0.64; '20,': 0.66; 'experts.': 0.66; 'jul': 0.72; 'chrisa': 0.84; 'hostile': 0.84; 'pip': 0.84; 'to:none': 0.91; 'attitude': 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=dlPhdgs3RQ5gLdNA5MX1stNiK+C2++1HlcFmjy6AU5I=; b=x1mds/XhdG5wXHo091HmukUklloo50ubN/tswTQsttLBDBkrc/gNkqCl7SMH/0JG7F OE6aWWdfRNkIz6GCG76tOZ35+CS6PHf/fq5YVWhJJU0k9aklPVCB/EWZoeBblzSL236u hgBLIdnombwB7Og0U1UmvG8YQH4rKHzS8663BQdpEgOfMZLbMGWqVthaL0Q5HZpzj+ww swy2icLUgBDsKFynGUj260M6YPs0bJ9nsZjOWRU56oYYGp23S8tkA/toaG3GLUjELl8F tqWiiLoaUgjtYkt2xxQMRcUJSkDK7/yyyaDwMdQQaBRjAzQohTVYUtZt1vm1MhhssSYu rb9g== MIME-Version: 1.0 X-Received: by 10.107.132.7 with SMTP id g7mr32343837iod.9.1437363408022; Sun, 19 Jul 2015 20:36:48 -0700 (PDT) In-Reply-To: <5ef13508-ad29-4c51-99dc-6ab94c44945e@googlegroups.com> References: <5ef13508-ad29-4c51-99dc-6ab94c44945e@googlegroups.com> Date: Mon, 20 Jul 2015 13:36:47 +1000 Subject: Re: Can't Install Pandas From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: , Newsgroups: comp.lang.python Message-ID: Lines: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1437363410 news.xs4all.nl 2830 [2001:888:2000:d::a6]:36741 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:94201 On Mon, Jul 20, 2015 at 1:05 PM, ryguy7272 wrote: > Hello experts. I odwnloaded Pandas, and put it here. > C:\Python34\Scripts\pandas-0.16.2 > > Then, I ran this in what most people call the c-prompt, but I call it the 'Python 3.4.3 Shell' > "C:\Python34\Scripts\pandas-0.16.2>" "pip install 'setup.py'" > > It seems like everything ran fine Firstly, why would you call it the Python shell? It isn't. Secondly, what gave you the idea that everything ran fine? That is not the command you would use to install something you've already downloaded, nor is it a command that will successfully download and install a package using pip. (Thirdly, what's with the extraneous quotes all over the place?) I suggest you start by learning how to use pip to install packages. If that gives you trouble, *ask for help with pip*, do NOT just say "everything ran fine" and then point out that importing didn't work (which is proof that everything did NOT run fine with the install). If you're going to take a hostile attitude toward Python, *and* waste our time with the way you ask questions, you'll quickly find that people will just delete your posts and move on, which I was just about to do. ChrisA