How to update to the last version in anaconda?

1,732 views
Skip to first unread message

Waltter Valdez

unread,
Jan 9, 2014, 6:29:16 PM1/9/14
to openpyx...@googlegroups.com
Sorry if here is not the best place for my question.
How to update to the last openpyxl version in anaconda?

Thanks in advance for your help

Regards,
Waltter

Charlie Clark

unread,
Jan 10, 2014, 4:52:14 AM1/10/14
to openpyx...@googlegroups.com
Am .01.2014, 00:29 Uhr, schrieb Waltter Valdez <valdez....@gmail.com>:

> Sorry if here is not the best place for my question.
> How to update to the last openpyxl version in anaconda?

You should just be able to run pip install -U openpyxl but may need to
check the path to pip. I have no personal experience with anaconda but the
procedure should be the same for any Python library in use that you want
to update.

Charlie
--
Charlie Clark
Managing Director
Clark Consulting & Research
German Office
Kronenstr. 27a
Düsseldorf
D- 40217
Tel: +49-211-600-3657
Mobile: +49-178-782-6226

John McNamara

unread,
Jan 10, 2014, 5:51:02 AM1/10/14
to openpyx...@googlegroups.com

On Thursday, 9 January 2014 23:29:16 UTC, Waltter Valdez wrote:
How to update to the last openpyxl version in anaconda?


Hi Walter,

It looks like there isn't a conda package for openpyxl yet:

    > conda search openpyxl
    openpyxl                  *  1.6.2                    py27_0
                                 1.6.2                    py33_0


As Charlie suggests you can just install openpyxl via pip, it doesn't contain any binary or C components so any standard Python installation method will do:

    > pip install openpyxl

Or if you download the tarball you can install it via conda:

    > conda install openpyxl-1.8.0.tar.gz

John
 

John McNamara

unread,
Jan 10, 2014, 5:52:17 AM1/10/14
to openpyx...@googlegroups.com


On Friday, 10 January 2014 10:51:02 UTC, John McNamara wrote:

It looks like there isn't a conda package for openpyxl yet:


I meant to say that the isn't an *updated* package yet.

John

Waltter Valdez

unread,
Jan 10, 2014, 9:12:12 AM1/10/14
to openpyx...@googlegroups.com
Thank John and Charlie.

I will follow your advices.


Regards,
Waltter


--
You received this message because you are subscribed to a topic in the Google Groups "openpyxl-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openpyxl-users/BjNkF3PWuVA/unsubscribe.
To unsubscribe from this group and all of its topics, send an email to openpyxl-user...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply all
Reply to author
Forward
0 new messages