We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
line 433 changed to: q = Queue.Queue()
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: