-
Notifications
You must be signed in to change notification settings - Fork 47
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
Abandoned, non-functional code base? #92
Comments
Haha, definitely not abandoned. I'm surprised by how much issues you've had... I can try it myself but I'm on a Mac. Let me try to repro. I've been working on this project intermittently in batches, unless there are breaking issues. The pending issues I haven't particularly considered to be breaking issues so far. |
Great to hear! Perhaps I didn't do things right with the Python stuff. Also, the pandoc version is quite outdated (apparently things move fast in Python world!) - that could be related? |
I played with a Docker image a little bit, and I've experienced some of what you've experienced. It is quite bad at the moment when there are missing dependencies and such due to the |
@alexpanter I ran into all these same problems running wg21 on new Linux system. However, it seems I may have copied it from my previous Linux system, OR I cloned it without having all the dependencies in place before I ran I just re-cloned from my github project that uses wg21, and So -- try getting all the deps first, then grabbing a fresh clone. HTH. |
Hi there :)
Apologies for my overly negative title, but I have great difficulty getting this to "just work".
I'm on Ubuntu 22, dependencies installed (python3, pip3, pandoc, texlive-full, etc.), and a myriad of errors.
In no particular order:
wg21/deps/python/pyvenv.cfg
and change the variableinclude-system-site-packages
to true, otherwise it couldn't find the installed Python packages, e.g.requests
.Makefile
again.There are (asides from this one) 7 open issues unattended.
It seems I must resort to raw Latex, because at least that works :/
This tool looks really cool otherwise, I'm really hoping these issues get fixed / documented.
Kind regards.
The text was updated successfully, but these errors were encountered: