-
Notifications
You must be signed in to change notification settings - Fork 65
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
ImportError: No module named 'ConfigParser' #30
Comments
well, I'm using 3.6 and if you look at the errors it says the first error happens here: once I fixed that it gave me this error upon retry: which was renamed to |
The PyPI version doesn't include the Py3 modernisations, but in the mean time the YOLO fix for this issue is: |
Scratch that; static assets aren't compiled if you simply |
@cathalgarvey I am trying to make a few changes to the UI template and also trying to understand the API process, could you please post some details to build the repo from source (without pip/pip3) and a few details on 'js/stores/JobStore.js'. |
I was use pip install arachnado and report success, but occurs the error "ImportError: No module named 'ConfigParser'" when execute arachnado command.
Searched the internet and seems Python 3.5 using configparer to replace ConfigParser, but it says it supports Python 3.5, why it happened?
Does anyone know how to fix it?
The text was updated successfully, but these errors were encountered: