-
Notifications
You must be signed in to change notification settings - Fork 50
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
Errors + suggestion about Docker #108
Comments
You didn’t say how you were trying to invoke it. Try Regarding docker: We might eventually provide a container. |
Yeah I tried that before too,
That also errors out, but with different errors:
To my layman eyes it doesn't seem like the main error is the config files, but rather the updated deps/submodules |
The error has been fixed. Please pull the most recent version of the xslt-util submodule. |
Hello, after cloning the repo recursively as in the README and trying to run, I got the issue:
For a good measure I tried editing conf/conf.csv and even removing it, to no avail:
(I am on latest Fedora)
With that said, running
sudo alternatives --config java
and changing it to openjdk-17 did not help either.My little plea for consideration here would be: could you consider creating (and pushing to GitHub Container Registry?) a Docker container that would allow one-shot running of this with a known-working version? It's a common strategy for tooling with tricky dependencies and it would help tremendously.
Imagine running it then simply something like this:
(
--rm
so that the container is ended immediately after exit and doesn't linger around)EDIT: But it seems running
docx2tex-1.9-release.zip
instead works 👍 so it's only the master that's broken right nowThe text was updated successfully, but these errors were encountered: