GithubHelp home page GithubHelp logo

Comments (5)

wesm avatar wesm commented on July 30, 2024

So both PyTables and pandas hang when you try running the binary installers? Interesting. Could you also ask Francesc Alted (the PyTables developer) about it? I don't really have any suggestions.

You could install MinGW and compile pandas from source yourself, follow these instructions:

http://docs.cython.org/src/tutorial/appendix.html

Could you try that and let me know if that works?

from pandas.

wesm avatar wesm commented on July 30, 2024

I will see if I can get a Windows 7 VM set up to try to reproduce what you're seeing...

from pandas.

tgefell avatar tgefell commented on July 30, 2024

I'm trying Francesc Alted first.

Since I'm moving from XP and python 2.6 to Windows 7 and python 2.7, I might try backing out all of the 2.7 stuff and going through the whole process for 2.6. At least that way I can determine if it's a Windows 7 issue or a 2.7 issue. I will hold off on the compilation option until last because I don't have a great deal of confidence in my doing that sort of thing yet.

from pandas.

tgefell avatar tgefell commented on July 30, 2024

Francesc has not done a build on Windows 7, so he had no immediate input.

Most of the comments that I've seen about installation problems for PyTables have to do with HDF5. Does pandas use that library?

Another thing that is different between my Windows XP boxes running python 2.6 (all running pandas successfully) and my new Windows 7 box running python 2.7 is in the registry. The XP boxes all have a \Python entry in the Registry: HK_LOCAL_MACHINE\Software\Python\PythonCore\2.6\InstallPath
and another:
HK_LOCAL_MACHINE\Software\Python\PythonCore\2.6\PythonPath

Does the pandas installation on Windows reference anything in the HK_LOCAL_MACHINE section of the registry?

from pandas.

wesm avatar wesm commented on July 30, 2024

pandas does not require PyTables and HDF5 is not part of the install process. So there must be some distutils problem.

You might consider obtaining a copy of the Enthought Python Distribution-- it's all set up to easily build Python packages from source. It also comes bundled with pytables. You literally will be able to type:

easy_install -U pandas

and it will install.

http://enthought.com/products/getepd.php

from pandas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.