You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 "", line 1, in
File "C:\Users\Roopa\AppData\Local\Temp\pip-install-fx3izk7z\srsly\setup.py", line 7, in
from Cython.Build import cythonize
ModuleNotFoundError: No module named 'Cython'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
I am an absolute beginner, any help would be greatly appreciated.
Thank you
Baptista Albert
The text was updated successfully, but these errors were encountered:
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.
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 "", line 1, in
File "C:\Users\Roopa\AppData\Local\Temp\pip-install-fx3izk7z\srsly\setup.py", line 7, in
from Cython.Build import cythonize
ModuleNotFoundError: No module named 'Cython'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
I am an absolute beginner, any help would be greatly appreciated.
Thank you
Baptista Albert
The text was updated successfully, but these errors were encountered: