tyarosevich
tyarosevich
Is there a way to recover the actual errors after they have been collected with InputErrorRecoverer?
I ran into this same issue as well. I think the intended outcome is that the parser skip the repeat and continue, but for me it raises an exception and...
I haven't had time yet to really dig into the code, but was wondering if the author of this issue had given any thought to cythonizing the code wherever possible?
I've encountered similar silent exceptions like this when it encounters unicode characters it doesn't know how to handle. In one case, a logging action from line 31 of bibtexexpression.py was...
Same problem in Ubuntu 20.04, pip3 produced the same error.
Identical problem with the same version of Ubuntu. I tried downloading the tar.gz file and installing from it, same error.
No, but at least it seems there is a consistent problem. I'll post my error logs tomorrow, hopefully someone has some insight.
So the fundamental issue is that pygame is not compatible with python 3.8. I found [this ](https://stackoverflow.com/questions/19579528/pygame-installation-sdl-config-command-not-found)solution, and it worked, but it is a blackbox and I have no idea...
Trax installed in a 3.7x conda environment just fine. The library will not import in VSC though, and I have no idea why. I also built a conda env with...
So some of my issues stemmed from a lack of familiarity with linux and the fact that a straightforward pip installation goes to the global python's /bin folder. Calling the...