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

startup error for recent debian #14

Open
sezeryalcin opened this issue May 14, 2022 · 2 comments
Open

startup error for recent debian #14

sezeryalcin opened this issue May 14, 2022 · 2 comments

Comments

@sezeryalcin
Copy link

I am testing this app and looks like I need to update line 13 to get this working on python3 /debian 10:

from multiprocessing import Queue

@sezeryalcin
Copy link
Author

Looks like I got another error:
AttributeError: 'Queue' object has no attribute 'join'

Can you list exactly what modules are needed (with module names and versions) to get this working?

@sezeryalcin
Copy link
Author

line 433 changed to:
q = Queue.Queue()

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