pyresparser
pyresparser copied to clipboard
No module name pyreparser
I am getting the following error while running he file: (base) C:\Users\tarun\Desktop\ResumeParser-master\resume_parser>python manage.py runserver Watching for file changes with StatReloader Performing system checks...
Exception in thread django-main-thread:
Traceback (most recent call last):
File "C:\Users\tarun\Anaconda3\lib\threading.py", line 917, in _bootstrap_inner
self.run()
File "C:\Users\tarun\Anaconda3\lib\threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\tarun\Anaconda3\lib\site-packages\django\utils\autoreload.py", line 53, in wrapper
fn(*args, **kwargs)
File "C:\Users\tarun\Anaconda3\lib\site-packages\django\core\management\commands\runserver.py", line 117, in inner_run
self.check(display_num_errors=True)
File "C:\Users\tarun\Anaconda3\lib\site-packages\django\core\management\base.py", line 395, in check
include_deployment_checks=include_deployment_checks,
File "C:\Users\tarun\Anaconda3\lib\site-packages\django\core\management\base.py", line 382, in run_checks
return checks.run_checks(**kwargs)
File "C:\Users\tarun\Anaconda3\lib\site-packages\django\core\checks\registry.py", line 72, in run_checks
new_errors = check(app_configs=app_configs)
File "C:\Users\tarun\Anaconda3\lib\site-packages\django\core\checks\urls.py", line 13, in check_url_config
return check_resolver(resolver)
File "C:\Users\tarun\Anaconda3\lib\site-packages\django\core\checks\urls.py", line 23, in check_resolver
return check_method()
File "C:\Users\tarun\Anaconda3\lib\site-packages\django\urls\resolvers.py", line 407, in check
for pattern in self.url_patterns:
File "C:\Users\tarun\Anaconda3\lib\site-packages\django\utils\functional.py", line 48, in get
res = instance.dict[self.name] = self.func(instance)
File "C:\Users\tarun\Anaconda3\lib\site-packages\django\urls\resolvers.py", line 588, in url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
File "C:\Users\tarun\Anaconda3\lib\site-packages\django\utils\functional.py", line 48, in get
res = instance.dict[self.name] = self.func(instance)
File "C:\Users\tarun\Anaconda3\lib\site-packages\django\urls\resolvers.py", line 581, in urlconf_module
return import_module(self.urlconf_name)
File "C:\Users\tarun\Anaconda3\lib\importlib_init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "
Use pip
to install pyresparser
:
pip install pyresparser
Use
pip
to installpyresparser
:pip install pyresparser
I have installed the package but still it gives the following error.
I am also having this issue on Mac
I had the same issue on my Mac. I solved it via:
(1) create a standalone python env. I'm familiar with conda and created:
$conda create -n pyresparser
(2) conda activate pyresparser_env
(3) pip install pyresparser
(4) per the github ReadMe Instructions
spaCy
python -m spacy download en_core_web_sm
nltk
python -m nltk.downloader words python -m nltk.downloader stopwords
(5) python -m spacy validate #discovered I needed to do this too to deal with newer version of spaCy
Code worked on the first resumes I tried. I did an excellent job parsing the resumes.
Kudos to @OmkarPathak for developing this package.
I am getting the below error while installing pyresparser for python3.8.2,windows 10(64 bit). I tried using both pip and pip3.I also have visual studio installed.kindly help.Thanks. error.txt error.txt
Running setup.py install for preshed: finished with status 'done' Running setup.py install for blis: started Running setup.py install for blis: finished with status 'error' ERROR: Command errored out with exit status 1: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\'}error: [WinError 2] The system cannot find the file specified