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


Groups > comp.lang.python > #94201

Re: Can't Install Pandas

References <5ef13508-ad29-4c51-99dc-6ab94c44945e@googlegroups.com>
Date 2015-07-20 13:36 +1000
Subject Re: Can't Install Pandas
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.758.1437363410.3674.python-list@python.org> (permalink)

Show all headers | View raw


On Mon, Jul 20, 2015 at 1:05 PM, ryguy7272 <ryanshuell@gmail.com> 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

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