Ajatt-Tools/transformers_ocr

my python3 is at /usr/bin/python3 not /bin/python3

equwal opened this issue · 1 comments

  • The program crashes?
    yes
  • The program stopped working?
    yes
  • Have a feature request?
    NEIN

Environment

  1. OS name [e.g. Parabola, Debian]
    install gentoo
  2. OS version
    recent
  3. Log
.../Ajatt-Tools/transformers_ocr main>> transformers_ocr download
zsh: /usr/bin/transformers_ocr: bad interpreter: /bin/python3: no such file or directory
  1. Screenshots, if applicable
    https://ibb.co/G3T3HVv

Describe the bug
wrong PATH use

To Reproduce
Steps to reproduce the behavior:

  1. no python at /bin
  2. python at /usr/bin etc. for example
  3. See error

Workaround: use ln.

you can change the shebang and set it to /usr/bin/python3. it should work then.