-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
There are no resumes present in the specified folder. Yet the defaults are there. #272
Comments
I am facing the same issue as well |
hi @joshuacox , can you run |
@SubramanyamChalla24 i am trying docker compose up -d command and after python run_first.py command started executing this gives me the same error can you hellp |
@amritajain13 , did you try running |
I am in NixOS, which is one of the reasons I am trying to run it inside of docker to try it out. and there are no files named 'en_cor*' in my fresh clone.
|
@joshuacox can you install the spacy english mdel with the command |
but that is not inside the container, which apparently has not downloaded the model? |
It's included in the requirements.txt for the docker container. It seems to be an issue , can you more details about the issue? Or if you can join discord , we can discuss the issue there . |
Had the same Issue when switching to docker compose. Manually adding the Processed Folder as a mounted Volume fixed this for me. Kind of
|
@dieideeistgut ya this docker compose file is completely broken without that volume, @SubramanyamChalla24 it works for you? |
there are some proposed changes, but unfortunately this is still broken. I left an |
As in title: - Static pathing -> Relative pathing (in run_first.py) - previous .gitignore structure messed up directory structure (srbhr#272)
Git won't acknowledge directories without any files within them. Now if file structure is not complete it will create one. (solved srbhr#272)
@joshuacox @shredinjohn @amritajain13 @dieideeistgut |
Its not hard to fix. Add the directories missing as pointed out by P4jMepR. Inside Processed:
Then run |
@nanafy I have specifically mentioned that this is inside of |
@joshuacox clone my pull and try to compose it again. |
@P4jMepR I get the same results using your PR
|
There are no resumes present in the specified folder. Yet the defaults are there.
I did try adding my resume in there (josh_cox.pdf), and creating the
Processed
directory in there too (as mentioned in another issue) with no change.To Reproduce
Steps to reproduce the behavior:
docker compose up
Expected behavior
app to serve
Screenshots

Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: