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


Groups > comp.lang.python > #82743

Re: very weird pandas behavior

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: very weird pandas behavior
Date 2014-12-22 02:51 +0000
References <7a83719d-f39c-49ad-8df5-3d3d19c127b1@googlegroups.com> <04f0d761-0ae8-46bd-9756-293618e74679@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.17105.1419216726.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 22/12/2014 02:07, ryguy7272 wrote:
> On Saturday, December 20, 2014 10:46:40 AM UTC-5, ryguy7272 wrote:
>> I downloaded pandas and put it in my python directory, then, at the C-prompt, I ran this:
>> "pip install pandas"
>>
>> It looks like everything downloaded and installed fine.  Great.
>>
>> Now, in Python Shell, I enter this:
>> import pandas as pd
>>
>> I get this error.
>> Traceback (most recent call last):
>>    File "<pyshell#19>", line 1, in <module>
>>      import pandas as pd
>> ImportError: No module named pandas
>>
>>
>> Any idea what I'm doing wrong?
>
>
>
> Thanks for being patient with me everyone.
>
>
> I just tried this:
> C:\Users\Ryan>pip --version
> pip 1.5.6 from C:\Python27\lib (python 2.7)
>
> C:\Users\Ryan>python --version
> Python 2.7
>
>
> I just tried 'pip show --files numpy' in the command prompt; nothing happened.
>
>
> I'll read that link now.
>
>
> I know my eyes are not very good...my vision is quite poor...but I'm trying to read this stuff, and I'm trying to figure out what's going on here...
>

Try 'pip --help'.

c:\cpython>pip --help

Usage:
   pip <command> [options]

Commands:
   install                     Install packages.
   uninstall                   Uninstall packages.
   freeze                      Output installed packages in requirements 
format.
   list                        List installed packages.
   show                        Show information about installed packages.
   search                      Search PyPI for packages.
   wheel                       Build wheels from your requirements.
   zip                         DEPRECATED. Zip individual packages.
   unzip                       DEPRECATED. Unzip individual packages.
   bundle                      DEPRECATED. Create pybundles.
   help                        Show help for commands.

General Options:
   -h, --help                  Show help.
   -v, --verbose               Give more output. Option is additive, and 
can be
                               used up to 3 times.
   -V, --version               Show version and exit.
   -q, --quiet                 Give less output.
   --log-file <path>           Path to a verbose non-appending log, that 
only
                               logs failures. This log is active by 
default at
                               C:\Users\Mark\pip\pip.log.
   --log <path>                Path to a verbose appending log. This log is
                               inactive by default.
   --proxy <proxy>             Specify a proxy in the form
                               [user:passwd@]proxy.server:port.
   --timeout <sec>             Set the socket timeout (default 15 seconds).
   --exists-action <action>    Default action when a path already exists:
                               (s)witch, (i)gnore, (w)ipe, (b)ackup.
   --cert <path>               Path to alternate CA bundle.

Having digested the above try 'pip list'.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

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