Skip to content

Configuration problem running dv8 showcase #334

Answered by carlosparadis
rnkazman asked this question in Q&A
Discussion options

You must be logged in to vote

Looking closely:

The git_repo_path is: "../../rawdata/pdfbox/git_repo/.git"

Try to use instead: "../../rawdata/pdfbox/git_repo/pdfbox/.git"

Notice I added a /pdfbox/ before the .git. When you git clone a project, you download both its source code, i.e. /pdfbox/ and the git log, i.e. /pdfbox/.git inside of it. To double check the path, I suggest you go via terminal using cd inside the .git folder, and then type pwd.

This is also what is used in Calculator:

log: ../../rawdata/Calculator/git_repo/Calculator/.git

I would in fact, recommend you try to run the notebook on Calculator first before trying to make your own on pdfbox…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@rnkazman
Comment options

rnkazman Dec 23, 2024
Maintainer Author

@carlosparadis
Comment options

Answer selected by carlosparadis
Comment options

rnkazman
Dec 24, 2024
Maintainer Author

You must be logged in to vote
1 reply
@carlosparadis
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants