Git Product home page Git Product logo

Comments (6)

Shiling42 avatar Shiling42 commented on July 19, 2024

I encountered the same problem. In my case, it is caused by using \begin{split} \end{split}.

from readme2tex.

EduMota avatar EduMota commented on July 19, 2024

I have the same problem.

from readme2tex.

JARVIS-AI avatar JARVIS-AI commented on July 19, 2024

Have similar problem,

Traceback (most recent call last):
  File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 174, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/local/lib/python2.7/site-packages/readme2tex/__main__.py", line 160, in <module>
    args.bustcache)
  File "/usr/local/lib/python2.7/site-packages/readme2tex/render.py", line 144, in render
    name = hashlib.md5(equation.encode('utf-8')).hexdigest()
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1: ordinal not in range(128)
python -m readme2tex --nocdn --output --file.md file-edited.md

from readme2tex.

msedalatzadeh avatar msedalatzadeh commented on July 19, 2024

I got similar error after running

C:\Users\name\Documents\GitHub\readme2tex-master>py -m readme2tex --output README.md READOTHER.md

Traceback (most recent call last): File "C:\Users\name\Documents\GitHub\readme2tex-master\readme2tex\render.py", line 301, in render giturl = check_output(['git', 'remote', '-v']).strip().decode('utf-8').splitlines()[0] IndexError: list index out of range

from readme2tex.

Tejesh-Raut avatar Tejesh-Raut commented on July 19, 2024

I had a similar problem. Resolved it by ensuring dvisvgm is in path

from readme2tex.

zhangddjs avatar zhangddjs commented on July 19, 2024

I meet the same situation, can author help solve this issue?

from readme2tex.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.