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

python main.py thowing errors #50

Open
lanceharvie opened this issue Feb 21, 2021 · 1 comment
Open

python main.py thowing errors #50

lanceharvie opened this issue Feb 21, 2021 · 1 comment

Comments

@lanceharvie
Copy link

python main.py
Traceback (most recent call last):
File "main.py", line 20, in
from bin import field_extraction
File "/home/lance/Downloads/ResumeParser-master/bin/field_extraction.py", line 3, in
from gensim.utils import simple_preprocess
File "/home/lance/.local/lib/python2.7/site-packages/gensim/init.py", line 5, in
from gensim import parsing, corpora, matutils, interfaces, models, similarities, summarization, utils # noqa:F401
File "/home/lance/.local/lib/python2.7/site-packages/gensim/parsing/init.py", line 4, in
from .preprocessing import (remove_stopwords, strip_punctuation, strip_punctuation2, # noqa:F401
File "/home/lance/.local/lib/python2.7/site-packages/gensim/parsing/preprocessing.py", line 42, in
from gensim import utils
File "/home/lance/.local/lib/python2.7/site-packages/gensim/utils.py", line 45, in
from smart_open import smart_open
File "/home/lance/.local/lib/python2.7/site-packages/smart_open/init.py", line 28, in
from .smart_open_lib import open, parse_uri, smart_open, register_compressor
File "/home/lance/.local/lib/python2.7/site-packages/smart_open/smart_open_lib.py", line 24, in
import urllib.parse
ImportError: No module named parse

@zzdark
Copy link

zzdark commented Jun 12, 2024

sorry have you tried pip install parse

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