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

parmap no longer supports Python 2.7 #35

Closed
becurrie opened this issue Nov 24, 2021 · 2 comments
Closed

parmap no longer supports Python 2.7 #35

becurrie opened this issue Nov 24, 2021 · 2 comments

Comments

@becurrie
Copy link

parmap release 1.5.3 dropped support for older versions of Python.

Relevant changelog entry:

parmap (1.5.3)

  • Drop support for unsupported python versions
  • Add support for python 3.10
  • Use tqdm.auto to have nice progress bars on jupyter notebooks (Fix batch processing #26)
  • Add dummy _number_left for parallel async (Allow uniq faker #23)

Downgrading my parmap to 1.5.2 does fix the issue on older versions of Python.

@hkage
Copy link
Contributor

hkage commented Nov 30, 2021

Thanks for reporting the issue. I will pin the parmap version for Python 2.7 to that version.

hkage added a commit that referenced this issue Nov 30, 2021
hkage added a commit that referenced this issue Nov 30, 2021
hkage added a commit that referenced this issue Nov 30, 2021
hkage added a commit that referenced this issue Nov 30, 2021
hkage added a commit that referenced this issue Nov 30, 2021
hkage added a commit that referenced this issue Nov 30, 2021
#35: Dropped Python 3.5 support, pinned libraries for Python 2.7
@hkage hkage closed this as completed Nov 30, 2021
@hkage
Copy link
Contributor

hkage commented Nov 30, 2021

I will release this fix with the next, upcoming version 0.7.0. Thanks again for reporting.

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

2 participants