-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
import pandas fails with cannot import name Timestamp / hashtable #3362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @vincenzooo , Most of the devs don't use windows so it can be difficult to chase down issues like this. |
I tried with easy_install, pip, setup.py install, all of them failed. Python 2.7.1 |EPD 7.0-2 (32-bit)| (r271:86832, Dec 2 2010, 10:35:02) [MSC v.15
C:\Users\kov_2\Downloads>python Python 2.7.1 |EPD 7.0-2 (32-bit)| (r271:86832, Dec 2 2010, 10:35:02) [MSC v.15
|
@vincenzooo , did you resolve the problem? if so, would appreciate it if you explain what |
Unfortunately, I was not able to solve it and I have no ideas about what I can try more. |
I've had the same problem. Trying to use Pandas with Python 3.3 first. Then uninstalled everything and started with a fresh install of Python 2.7. No luck - same error: cannot import name hashtableImportError Traceback (most recent call last) C:\Python27\lib\site-packages\pandas__init__.py in () |
Hi , I got the same error on ubuntu 12.10: I had pandas 0.9 installed and did "pip install -upgrade pandas" , followed by a sudo version of the same. This gave me a pandas version that complained on import: "import pandas \n cannot import name hashtable" . I removed 0.12 and then installed v0.11 without a hitch. A transcript (last parts only) was saved on http://pastebin.com/U7AABUJp |
The problem got solved, I am not sure how. I have recently updated from EPD to canopy and this updated several python components. I have now python 2.7.3. My former distribution was from 2010. It is working now. |
This is the generic error that happens whenever there is an error in any of the pandas files that causes something to mess up in a way that isn't caught (e.g., something isn't compiled correctly or there's a syntax error or a missing dependency). It's misleading, but generally the best way to handle this is to recompile pandas (or make sure you're using the right compiler) |
I had the same problem and I can reproduce it. I'm running OpenSUSE 13.1. If I install the IPython distributed as package, via zypper, I receive this error with pandas (i tried from 0.11 - master). If I pip install IPython via pip, it works without problem. |
I installed version pandas-0.11.0.dev-cddde22.win32-py2.7.exe but I always got the errors while importing pandas.Then I tried to install pandas-0.10.1.win32-py2.7.exe (without uninstalling the previous, I didn't know how to do, it didn't change anything. I have vista.
The error is 'cannot import name hashtable' if I use from pandas import *, or 'cannot import name Timestamp' if I use import pandas.
E:\work\work_pzt\measure_data\RNR283>python
Enthought Python Distribution -- www.enthought.com
Version: 7.0-2 (32-bit)
Python 2.7.1 |EPD 7.0-2 (32-bit)| (r271:86832, Dec 2 2010, 10:35:02) [MSC v.150
0 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: