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

pqdm.processes 'AttributeError' object is not iterable while it works with pdqm.threads #339

Open
SamoPP opened this issue Nov 10, 2023 · 0 comments

Comments

@SamoPP
Copy link

SamoPP commented Nov 10, 2023

  • Parallel TQDM version: 0.2.0
  • Python version: 3.11.4
  • Operating System: Windows 11

Description

I have working code for parallel execution using pqdm. It works if I use from pqdm.threads import pqdm and fails with 'AttributeError' object is not iterable if I switch to from pqdm.processes import pqdm instead.

What is it that I do not understand here? What can be the problem here?

What I Did

from pqdm.threads import pqdm # Works
#from pqdm.processes import pqdm # 'AttributeError' object is not iterable
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

1 participant