1

Hi I have both Pycharm and Anaconda installed on my computer and I would like to upgrade the package Pandas to the latest version (i have the 0.14 version)

Unfortunately my computer has strong firewall restrictions and I am not able to use the internet to update it. I can download the source files though.

Is there a way to install the package manually? I use win 7 64 by the way

Many thanks!!!

6
  • 1
    What is so confusing? Download it from PyPi and run the setup script. Commented Mar 27, 2015 at 18:47
  • 1
    Just download the archive from pypi and use pip install </path/to/archive.zip> Commented Mar 27, 2015 at 18:55
  • im trying but I get a lot of strange messages in the anaconda console like warnings too many arguments for format etc .. and keep repeating the same stuff over and over Commented Mar 27, 2015 at 19:02
  • 1
    also can use conda: conda install path/filename where path/filename is the exact path and filename of what you downloaded. Also try the conda mailing list: groups.google.com/a/continuum.io/forum/#!forum/anaconda Commented Mar 27, 2015 at 19:02
  • 1
    I also got that error message but it still installed the downloaded program for me. You can just ignore that message if you do the rest of it correctly. I think there may be a flag that avoids that error message, but again, shouldn't really matter. Commented Mar 27, 2015 at 19:22

1 Answer 1

1

If you are using conda, use the --offline flag when installing the conda package that you downloaded, like conda install --offline pandas-0.15.2-np19py27.tar.bz2.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.