question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'Unable to locate turbojpeg library automatically. ' 'You may specify the turbojpeg library path manually.\n' 'e.g. jpeg = TurboJPEG(lib_path)'

See original GitHub issue

I pip3 install PyTurboJPEG. When I run an open-source openpose code, I encounter this issue. Anyone facing this similar issue?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
Ashwin-Ramesh2607commented, Jul 26, 2020

@lilohuang Thanks for the approach. However, I solved it using a slightly different command sudo apt-get install -y libturbojpeg-dev

2reactions
lilohuangcommented, May 16, 2020

@kitcatkai

Try to run the below commands, I verified it on my Ubuntu 18.04. Please close ticket if it works for you. Thank you!

sudo apt-get update -y
sudo apt-get install -y libturbojpeg
Read more comments on GitHub >

github_iconTop Results From Across the Web

TurboJPEG error after installation - Home Assistant Community
You may specify the turbojpeg library path manually. e.g. jpeg = TurboJPEG(lib_path). I am pretty sure that the installation ran TurboJPEG.
Read more >
RuntimeError: Unable to locate turbojpeg library automatically ...
You may specify the turbojpeg library path manually. e.g. jpeg = TurboJPEG(lib_path). 解决方案.
Read more >
PyTurboJPEG - PyPI
A Python wrapper of libjpeg-turbo for decoding and encoding JPEG image. ... library path explicitly # jpeg = TurboJPEG(r'D:\turbojpeg.dll') # jpeg ...
Read more >
Fast loading and display of images in python (Utilizing Libjpeg ...
from turbojpeg import TurboJPEG # specifying library path explicitly # jpeg = TurboJPEG(r'D:\turbojpeg.dll') # jpeg ...
Read more >
Documentation / Official Binaries - libjpeg-turbo
dll or turbojpeg.dll . They cannot be linked with the official libjpeg-turbo static libraries ( jpeg-static.lib and ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found