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

ImportError: No module named 'ConfigParser' #30

Open
illusion615 opened this issue Jan 6, 2017 · 4 comments
Open

ImportError: No module named 'ConfigParser' #30

illusion615 opened this issue Jan 6, 2017 · 4 comments

Comments

@illusion615
Copy link

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?

@ideletemyself
Copy link

well, I'm using 3.6 and if you look at the errors it says the first error happens here:
File "/usr/lib/python3.6/site-packages/arachnado/options.py", line 4

once I fixed that it gave me this error upon retry:
File "/usr/lib/python3.6/site-packages/arachnado/utils.py", line 3 import urlparse ModuleNotFoundError: No module named 'urlparse'

which was renamed to urllib.parse so, once I made that change it worked for me.. Hope that helps ya!

@ghost
Copy link

ghost commented Mar 15, 2017

The PyPI version doesn't include the Py3 modernisations, but in the mean time the YOLO fix for this issue is:
pip3 install --upgrade https://github.com/TeamHG-Memex/arachnado/archive/master.zip

@ghost
Copy link

ghost commented Mar 15, 2017

Scratch that; static assets aren't compiled if you simply pip straight from the repo. You'll probably need to pull the git repo and build it locally, then install. Sorry!

@itahmid
Copy link

itahmid commented May 19, 2017

@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'.
thanks

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

3 participants