Description
Hey everyone,
I installed pandas via pip git
pip install git+git://github.com/pydata/pandas.git
and during the installation it says:
Running setup.py install for pandas ... done Successfully installed pandas-0.18.0+207.gc6110e2
But when I want to import it, it gives an error
C extension: hashtable not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace' to build the C extensions first.
I already tried to run this but the response is always:
python: can't open file 'setup.py': [Errno 2] No such file or directory
Maybe I am in the wrong directory. So in which I am suppose to run it?
Also I looked in site-packages but can't find pandas or something similar.
I am confused since it said it runs the setup.py during the installation...
Can anyone help? What I am doing wrong?
Thanks in advance
Leni