-
Notifications
You must be signed in to change notification settings - Fork 116
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
Windows installation (cannot build subprocess32) #119
Comments
Hi @Tobey ! It seems that the latest We rely on a flag ( Line 59 in 47cff11
subprocess , so I'd recommend to test MRQ now again before we think about other workarounds.
Thanks! |
We don't use this flag anymore in 0.9.x. Should we switch back to regular |
@Tobey turns out the process pools behave better with |
@sylvinus ill let you know how i get on |
* origin/workshop: Update simple crawler exemple prevent new scheduled task with dailytime to run if dailytime already passed prints move worker orchestration code to a separate task fix cancel by worker + test Add scheduler exemple Merge tume@97e2a53 Don't use absolute paths in dashboard Rename docker container, remove useless subprocess32 usages add exceptiontype in jobs tab filters in workers tab Don't build subprocess32 by default on windows. Fixes #119 remove supervisord from doc Add warning when context.get_current_config is called before context.setup_context() # Conflicts: # mrq/basetasks/utils.py
I am having issues installing on windows. Can a wheel be created for windows os that doesn't require subprocess32 (which is incompatible with windows). Will be good to test this.
Error message is listed below .
The text was updated successfully, but these errors were encountered: