Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

ImportError: No module named 'extraction' #9

Open
acquayefrank opened this issue Jan 23, 2016 · 7 comments
Open

ImportError: No module named 'extraction' #9

acquayefrank opened this issue Jan 23, 2016 · 7 comments

Comments

@acquayefrank
Copy link

Hi,
I just came across this library and was trying it out but every time I try to....

import geograpy

I get this error:
Traceback (most recent call last):
File "", line 1, in
File "/Users/Larry/miniconda3/envs/fido/lib/python3.5/site-packages/geograpy/init.py", line 1, in
from extraction import Extractor
ImportError: No module named 'extraction'

@acquayefrank
Copy link
Author

Apparently the library depends on .... https://pypi.python.org/pypi/extraction/ I think it should be added as a dependency

@acquayefrank
Copy link
Author

I just realised it does not depend on https://pypi.python.org/pypi/extraction/ ... but rather it's not compatible with python3 hence it's an import issue

@thomas-hervey
Copy link

Has this been fixed? If I need to import this package, is there something that I can do to run it in Python2 so that it will load correctly?

@tekavw
Copy link

tekavw commented Jan 25, 2018

Any solution guys please ?

@thomas-hervey
Copy link

@tekavw last time I tried (several months ago), I wasn't able to get this to work, even after correcting the dependency. I would suggest looking at the [https://github.com//issues/21](other issue involving Python3) and see if you can instead get this to work with Python3. Let me know how it goes.

@ChristianFrisson
Copy link

ChristianFrisson commented Jul 22, 2018

Installing extractor with python 3 from pull request lethain/extraction#5 works.

@WolfgangFahl
Copy link

you might want to use the more recent https://github.com/somnathrakshit/geograpy3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants