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

backports.functools-lru-cache #497

Closed
papachoco opened this issue Nov 25, 2017 · 5 comments
Closed

backports.functools-lru-cache #497

papachoco opened this issue Nov 25, 2017 · 5 comments

Comments

@papachoco
Copy link

Hello,,

Is there any way arrow could use backports.functools-lru-cache 1.4 (latest) for python 2.7

Carlos

@pablogamboa
Copy link

I'm bitten by this as well, the installed version must be 1.4, otherwise import fails after upgrading to arrow 0.12

@threegirl2014
Copy link

I met this bug as well...

@Syeberman
Copy link
Contributor

@threegirl2014, are you using the latest version of Arrow from pip? I just checked version 0.12.1 and it contains the following, which should allow for newer releases of backports.functools_lru_cache.

    extras_require={
        ":python_version=='2.7'": ['backports.functools_lru_cache>=1.2.1'],
    },

@threegirl2014
Copy link

threegirl2014 commented Feb 1, 2018

@Syeberman
In some Linux OS, the default pip version is 1.5.4.
After running 'pip install arrow', it can not install the requirements(like backports.functools_lru_cach) correctly.

But if the pip version is 9.0.1, it works.

@systemcatch
Copy link
Collaborator

see #495 for further discussion on this.

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

Successfully merging a pull request may close this issue.

5 participants