Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #82742

Re: very weird pandas behavior

References <7a83719d-f39c-49ad-8df5-3d3d19c127b1@googlegroups.com> <0011c7c8-8605-4fce-a025-d6449f51fc7c@googlegroups.com>
Date 2014-12-22 13:50 +1100
Subject Re: very weird pandas behavior
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.17104.1419216653.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Mon, Dec 22, 2014 at 1:25 PM, ryguy7272 <ryanshuell@gmail.com> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

very weird pandas behavior ryguy7272 <ryanshuell@gmail.com> - 2014-12-20 07:46 -0800
  Re: very weird pandas behavior Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-12-21 13:22 +1100
  Re: very weird pandas behavior ryguy7272 <ryanshuell@gmail.com> - 2014-12-21 04:44 -0800
    Re: very weird pandas behavior Dave Angel <davea@davea.name> - 2014-12-21 09:19 -0500
  Re: very weird pandas behavior ryguy7272 <ryanshuell@gmail.com> - 2014-12-21 17:01 -0800
    Re: very weird pandas behavior Chris Angelico <rosuav@gmail.com> - 2014-12-22 12:15 +1100
    Re: very weird pandas behavior Dave Angel <davea@davea.name> - 2014-12-21 20:40 -0500
  Re: very weird pandas behavior oldknackers@googlemail.com - 2014-12-21 17:25 -0800
  Re: very weird pandas behavior ryguy7272 <ryanshuell@gmail.com> - 2014-12-21 18:07 -0800
    Re: very weird pandas behavior Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-12-22 02:51 +0000
  Re: very weird pandas behavior ryguy7272 <ryanshuell@gmail.com> - 2014-12-21 18:09 -0800
  Re: very weird pandas behavior ryguy7272 <ryanshuell@gmail.com> - 2014-12-21 18:25 -0800
    Re: very weird pandas behavior Chris Angelico <rosuav@gmail.com> - 2014-12-22 13:50 +1100
    Re: very weird pandas behavior Rustom Mody <rustompmody@gmail.com> - 2014-12-21 18:53 -0800
      Re: very weird pandas behavior wxjmfauth@gmail.com - 2014-12-22 00:16 -0800
    Re: very weird pandas behavior Steven D'Aprano <steve@pearwood.info> - 2014-12-22 04:11 +0000
    Re: very weird pandas behavior Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-12-22 15:50 -0500
  Re: very weird pandas behavior oldknackers@googlemail.com - 2014-12-21 22:21 -0800
  Re: very weird pandas behavior ryguy7272 <ryanshuell@gmail.com> - 2014-12-22 07:55 -0800
    Re: very weird pandas behavior Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-12-22 16:39 +0000
    Re: very weird pandas behavior Dave Angel <davea@davea.name> - 2014-12-22 11:47 -0500
    Re: very weird pandas behavior Chris Angelico <rosuav@gmail.com> - 2014-12-23 04:29 +1100
    Re: very weird pandas behavior Rick Johnson <rantingrickjohnson@gmail.com> - 2014-12-22 14:15 -0800
      Re: very weird pandas behavior Chris Angelico <rosuav@gmail.com> - 2014-12-23 09:33 +1100
      Re: very weird pandas behavior wxjmfauth@gmail.com - 2014-12-23 01:35 -0800
        Re: very weird pandas behavior Rick Johnson <rantingrickjohnson@gmail.com> - 2014-12-23 14:35 -0800
          Re: very weird pandas behavior Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-12-24 13:23 +1100
            Re: very weird pandas behavior wxjmfauth@gmail.com - 2014-12-24 00:00 -0800
            Re: very weird pandas behavior wxjmfauth@gmail.com - 2014-12-24 06:19 -0800
    Re: very weird pandas behavior wxjmfauth@gmail.com - 2014-12-26 00:59 -0800

csiph-web