Skip to content
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

tsfresh seems to be incompatible with latest versions of pandas #528

Closed
cchorn opened this issue Apr 13, 2019 · 5 comments
Closed

tsfresh seems to be incompatible with latest versions of pandas #528

cchorn opened this issue Apr 13, 2019 · 5 comments

Comments

@cchorn
Copy link

cchorn commented Apr 13, 2019

Oh no, you encountered a problem while using tsfesh.

We, the maintainers, are happy to help you. When opening an issue, please provide the following information to us:

  1. Your operating system
    Ubuntu 18.04.2 LTS

  2. The version of tsfresh that you are using
    latest version

  3. The data on which the problem occurred (please do not upload 1000s of time series but try to boil the problem down to a small group or even a singular one)

  4. A minimal code snippet which reproduces the problem/bug

  5. Any reported errors or traceback

error when trying to install:

tsfresh 0.11.2 has requirement pandas<=0.23.4,>=0.20.3, but you'll have pandas 0.24.2 which is incompatible.

For questions, you can also use our gitter chatroom

@AStupidBear
Copy link

Is there any specific reason for tsfresh not to use the latest stable pandas?

@jnj16180340
Copy link

pandas>=0.20.3,<=0.23.4 # pandas dropna is buggy in 0.24.0, see https://github.com/blue-yonder/tsfresh/issues/485 and https://github.com/pandas-dev/pandas/issues/25087

Looks like it's fixed in 0.25.0 pandas-dev/pandas#25087 (comment)

jnj16180340 pushed a commit to jnj16180340/tsfresh that referenced this issue Jul 23, 2019
@lobpcg
Copy link

lobpcg commented Aug 15, 2019

ERROR: tsfresh 0.12.0 has requirement pandas<=0.23.4,>=0.20.3, but you'll have pandas 0.25.0 which is incompatible.

@jpzhangvincent
Copy link

Same question! Can we merge this pull request? #562

@dbarbier
Copy link
Contributor

Hi, new conda packages are available, this issue can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants