-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
pandas import throws AttributeError: 'module' object has no attribute 'dtype' #11851
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
has this ever worked? |
The Travis build never worked. Locally running I just uninstalled those and pulling in The Travis build is a |
not sure how you are installing this is not directly s pandas issue it s build / install issue |
Installing running https://github.com/gliptak/spark-timeseries/blob/mavenpython/python/setup.py @jreback What is the right forum to discuss this? Thanks |
you need to have a higher pandas version requirement I would say pandas doesn't have that kind of forward compat with numpy |
As per above, Pandas 0.17.1 got installed (which seems to be the latest version) with NumPy 0.10.2 (latest version too). What influence would the lower limit have in this case? Thanks |
not really sure what your issue is |
In https://travis-ci.org/cloudera/spark-timeseries/jobs/97127307
Compiled
numpy-1.10.2
andpandas-0.17.1
The text was updated successfully, but these errors were encountered: