-
Notifications
You must be signed in to change notification settings - Fork 66
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
Can't read config.cfg #1
Comments
Hey , |
I have run python -m spacy validate and confirmed that spacy version 2.3.5 and en_core_web_sm version is 2.3.1 |
I too encounter this issue. |
Hey @Jeyandranath , can you please share some logs from where the process stuck. Also can you share the resume on which it stuck. |
Tested in Windows, Works fine with the warning below :
|
UserWarning: [W031] Model 'en_training' (0.0.0) requires spaCy v2.2 and is incompatible with the current spaCy version (2.3.5). This may lead to unexpected results or runtime errors. To resolve this, download a newer compatible model or retrain your custom model with the current spaCy version. For more details and available updates, run: python -m spacy validate |
I think Java is the issue... |
There is no file in the path |
Yep, same problem here within a Python 3.8 virtual environment (I followed the official installation instructions from here):
That config file does not actually exist in that position, but if it is located in another position, I can move it there. Where it is and what should it contain? |
After some experiments, I managed to find the
This is harder to understand... do you have any suggestions? |
Hey please make sure your requirements are matched like this spacy==2.3.5 and en_core_web_sm==2.3.1 . |
I have the same problems like this and I've installed library following requirements but its doesn't work for me. |
I have faced the same issue of runtime stuck while importing resume_parser (with spacy 2.3.5 and en_core_web_sm 2.3.1). Even the colab notebook also got stuck at same code execution. Could you fix this issue or let us know what is the reason for this issue? |
I have the same issue . Do you have any suggestions please? |
i have also encounter this. can you please check in local by installing the same way installation done in colab. |
Hey guys, i have solved it in colab notebook .
Now you can use the library. |
I had some issues to understand correctly the steps, so here are my additions to @kbrajwani -s comments.
|
Thanks @sz332 For sharing your experience. |
OSError: [E053] Could not read config.cfg from C:\Users\bhavi\AppData\Local\Programs\Python\Python39\lib\site-packages\resume_parser\degree\model\config.cfg
The text was updated successfully, but these errors were encountered: