Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'installed.': 0.07; '22,': 0.09; 'output,': 0.09; 'seemed': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'before.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'numpy': 0.16; 'uninstall': 0.16; 'wrote:': 0.18; 'seems': 0.21; 'shell': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'error': 0.23; 'recognize': 0.24; 'sorry,': 0.24; 'tells': 0.24; 'mon,': 0.24; 'non': 0.24; 'cc:2**0': 0.24; 'source': 0.25; 'this:': 0.26; 'downloaded': 0.26; 'header:In-Reply-To:1': 0.27; 'dec': 0.30; 'errors': 0.30; 'message-id:@mail.gmail.com': 0.30; 'ok.': 0.31; 'says': 0.33; 'maybe': 0.34; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; "didn't": 0.36; 'so,': 0.37; 'two': 0.37; 'being': 0.38; 'pm,': 0.38; 'help,': 0.39; 'commands': 0.60; 'most': 0.60; 'simply': 0.61; 'back': 0.62; '"it': 0.84; 'think...': 0.84; 'subject:very': 0.91; 'to:none': 0.92 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=+WQ9XMWJtNw0fRDiG8SCFos8lguq3cVRalZCR6cqV9A=; b=ZhBGFnLWjMAUmMihUM3TCe69ccPvii/GXiL+YwhKvZonRVLMrbl8+dIkqmFm2rFuky 8JRWsGeURuf+7ehHXKMC17nTTebWwExzDTqoAzI56/8fzteraoyPExFyM7Cy7VD3g789 hWMnq8/lABQcAQ7ZPshQh/vvHCksm6Af6JVpMzI3DUJ3MKKWi9idNg9+AfIJLR9wGmgW NA7DNlqHzOFenQkBzVahabRqk6UKBHO/iN9Vzq2QWSD/HlxKpzWQUa2yjtjggLS9lMbv ClaxQ2QEZe9Thu/OC9yil3Mov0BCA9H9H15T5GpmdQQzbdzs7nJJimCEoCZSkD5ZLYNa pqlA== MIME-Version: 1.0 X-Received: by 10.50.62.104 with SMTP id x8mr14232727igr.2.1419216644426; Sun, 21 Dec 2014 18:50:44 -0800 (PST) In-Reply-To: <0011c7c8-8605-4fce-a025-d6449f51fc7c@googlegroups.com> References: <7a83719d-f39c-49ad-8df5-3d3d19c127b1@googlegroups.com> <0011c7c8-8605-4fce-a025-d6449f51fc7c@googlegroups.com> Date: Mon, 22 Dec 2014 13:50:44 +1100 Subject: Re: very weird pandas behavior 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.15 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: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1419216653 news.xs4all.nl 2847 [2001:888:2000:d::a6]:37920 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:82742 On Mon, Dec 22, 2014 at 1:25 PM, ryguy7272 wrote: > > I just ran these two commands in the c-prompt: > pip install --upgrade numpy > pip install --upgrade pandas > > It seemed like everything was being downloaded and installed. Seems ok. Then I go back to the Python Shell and ran 'import numpy' & 'import pandas' and I still get the errors that I got before. > > So, I move on to this: > pip uninstall numpy > pip uninstall pandas > > It says, cannon uninstall, non installed. > > Sorry, but that's what drives me nuts. I install a few packages, and the messages that I get says the package is installed...then it says it's NOT installed...I don't know what to think... > Lesson #0 of computing: When a program tells you something and you then ask for help, *copy and paste* the program's output. "It seemed like" is the most likely source of error here. Maybe there was an error reported, and you simply didn't recognize it... but by not showing us the output, you force us to trust your judgment about what it seemed like. ChrisA