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


Groups > comp.lang.python > #94252

Re: Can't Install Pandas

Newsgroups comp.lang.python
Date 2015-07-20 19:51 -0700
References <5ef13508-ad29-4c51-99dc-6ab94c44945e@googlegroups.com>
Message-ID <12a01cc0-ac0a-4b75-bce3-767ed81b623b@googlegroups.com> (permalink)
Subject Re: Can't Install Pandas
From ryguy7272 <ryanshuell@gmail.com>

Show all headers | View raw


On Sunday, July 19, 2015 at 11:05:46 PM UTC-4, 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, so I try this.
> import pandas as pd
> 
> Then I get this error.
> Traceback (most recent call last):
>   File "<pyshell#12>", line 1, in <module>
>     import pandas as pd
> ImportError: No module named 'pandas'
> 
> Any idea what I'm doing wrong?
> 
> 
> I tried to follow the instructions here.
> https://pip.pypa.io/en/latest/installing.html
> 
> 
> That doesn't work either.
> python get-pip.py
> SyntaxError: invalid syntax
> 
> I won't even ask the most obvious question, because I guess it's impossible to do.  Rather, can someone please help me to get this working?
> 
> Thanks.

Ok.  Back to the basics.
Thanks.

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


Thread

Can't Install Pandas ryguy7272 <ryanshuell@gmail.com> - 2015-07-19 20:05 -0700
  Re: Can't Install Pandas ryguy7272 <ryanshuell@gmail.com> - 2015-07-19 20:25 -0700
  Re: Can't Install Pandas Chris Angelico <rosuav@gmail.com> - 2015-07-20 13:36 +1000
  Re: Can't Install Pandas ryguy7272 <ryanshuell@gmail.com> - 2015-07-20 19:51 -0700
    Re: Can't Install Pandas Chris Angelico <rosuav@gmail.com> - 2015-07-21 12:56 +1000

csiph-web