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

Error while installing pip3 install pyresparser #42

Open
IreneAjay opened this issue Oct 23, 2020 · 2 comments
Open

Error while installing pip3 install pyresparser #42

IreneAjay opened this issue Oct 23, 2020 · 2 comments

Comments

@IreneAjay
Copy link

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

@Alro10
Copy link

Alro10 commented Oct 25, 2020

Hi!

If you take a look, the current version of lib just works for specific versions of python :

'Programming Language :: Python :: 3',

Try to install in another python 3.6 or 3.7 venv.

@mel-florance
Copy link

mel-florance commented May 26, 2022

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.

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

3 participants