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

ModuleNotFoundError: No module named 'urlparse' #264

Open
ghost opened this issue Feb 21, 2017 · 2 comments
Open

ModuleNotFoundError: No module named 'urlparse' #264

ghost opened this issue Feb 21, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 21, 2017

from goose import Goose
Traceback (most recent call last):
File "", line 1, in
File "C:\ProgramData\Anaconda3\lib\site-packages\goose_extractor-1.0.25-py3.6.
egg\goose_init_.py", line 28, in
from goose.configuration import Configuration
File "C:\ProgramData\Anaconda3\lib\site-packages\goose_extractor-1.0.25-py3.6.
egg\goose\configuration.py", line 25, in
from goose.text import StopWords
File "C:\ProgramData\Anaconda3\lib\site-packages\goose_extractor-1.0.25-py3.6.
egg\goose\text.py", line 26, in
from goose.utils import FileHelper
File "C:\ProgramData\Anaconda3\lib\site-packages\goose_extractor-1.0.25-py3.6.
egg\goose\utils_init_.py", line 29, in
import urlparse
ModuleNotFoundError: No module named 'urlparse'

@mayli
Copy link

mayli commented Feb 22, 2017

It seems you are using py3, maybe you want to try py2?

@kmehl
Copy link

kmehl commented Feb 22, 2017 via email

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

2 participants