Skip to content
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

"make clean pdf" fails on on newer MacOS versions #386

Open
jethro-djan opened this issue Dec 4, 2022 · 1 comment
Open

"make clean pdf" fails on on newer MacOS versions #386

jethro-djan opened this issue Dec 4, 2022 · 1 comment

Comments

@jethro-djan
Copy link

In the makefile, we have, for example, the following:

python2.7 src/parseBook.py -f pdf

Because newer MacOS versions don't ship with python2.7 anymore, the make process fails. Since this is used by different platforms, is there a way this could be more differentiated? I don't know much about makefiles so I can't help. I had to manually change it to

python3 src/parseBook.py -f pdf

Some people might not be able to this

@j-a-c-k-goes
Copy link

This was helpful!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants