Error while installing pip3 install pyresparser
Hi Omkar,
I am trying to install the pyresparser and try your resume parser. This is the error I have been getting.
ERROR: Command errored out with exit status 1:
command: 'c:\python39\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Roopa\AppData\Local\Temp\pip-install-fx3izk7z\srsly\setup.py'"'"'; file='"'"'C:\Users\Roopa\AppData\Local\Temp\pip-install-fx3izk7z\srsly\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Roopa\AppData\Local\Temp\pip-pip-egg-info-3k_1ms37'
cwd: C:\Users\Roopa\AppData\Local\Temp\pip-install-fx3izk7z\srsly
Complete output (5 lines):
Traceback (most recent call last):
File "
I am an absolute beginner, any help would be greatly appreciated.
Thank you Baptista Albert
Hi!
If you take a look, the current version of lib just works for specific versions of python : https://github.com/OmkarPathak/pyresparser/blob/36f1242fbc0637a6633371ca81cf1aea4fa7497e/setup.py#L20
Try to install in another python 3.6 or 3.7 venv.
Hello,
I have the same problem as IreneAjay, even if i use pip3 install pyresparser, when i want to launch it, it suddenly crash with an error message:
After running the basic command "python3 pyresparser"
python can't find '__main__' module in 'H:\\Code\\pyresparser'
I'm Using python 3.10
Apparently this module is not supported anymore ? 3 years since last update.
I suggest you to put a warning on the home page, because your code doesn't work anymore with newer versions of python. You could also dockerize you application to ensure the environement installation is correct and not such a message to install.