Giter Club home page Giter Club logo

Comments (10)

Ashwin-Ramesh2607 avatar Ashwin-Ramesh2607 commented on May 28, 2024 10

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

from pyturbojpeg.

lilohuang avatar lilohuang commented on May 28, 2024 5

@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

from pyturbojpeg.

lilohuang avatar lilohuang commented on May 28, 2024 1

Since there is no response, I'm going to close this issue. Please open it again If my answer doesn't work for you. Thanks.

from pyturbojpeg.

testchange avatar testchange commented on May 28, 2024 1

Yes it works. Replied so anyone encountering the same issue can just follow ^ instruction. Thanks @lilohuang

from pyturbojpeg.

lilohuang avatar lilohuang commented on May 28, 2024

Did you see README file and follow the Installation guideline to install libjpeg-turbo on your machine?

Installation

macOS

  • brew install jpeg-turbo
  • pip install -U git+git://github.com/lilohuang/PyTurboJPEG.git

Windows

Linux

  • Download libjpeg-turbo.repo to /etc/yum.repos.d/
  • sudo yum install libjpeg-turbo-official
  • pip install -U git+git://github.com/lilohuang/PyTurboJPEG.git

from pyturbojpeg.

testchange avatar testchange commented on May 28, 2024

Hi lilohuang,

I am having difficulty installing using your linux instruction as my Ubuntu 18.04 does not come with yum package installer. I only have apt-get. Thanks for helping out, I am new to this way of installation.

from pyturbojpeg.

Ashwin-Ramesh2607 avatar Ashwin-Ramesh2607 commented on May 28, 2024

@lilohuang I am getting this error message when I run sudo apt-get install -y libturbojpeg

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libturbojpeg is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libturbojpeg0

E: Package 'libturbojpeg' has no installation candidate

from pyturbojpeg.

lilohuang avatar lilohuang commented on May 28, 2024

@Ashwin-Ramesh2607

I don't know what's your OS version, and here I provide another approach for your reference,

wget https://netix.dl.sourceforge.net/project/libjpeg-turbo/2.0.5/libjpeg-turbo-official_2.0.5_amd64.deb
sudo dpkg -i libjpeg-turbo-official_2.0.5_amd64.deb

This will install the libjpeg-turbo-official library to /opt/libjpeg-turbo/lib64
Once it's done, you should be able to use PyTurboJPEG w/o specifying the library path.

Good luck!

from pyturbojpeg.

agasthyahd avatar agasthyahd commented on May 28, 2024

what about for windows installation

from pyturbojpeg.

lilohuang avatar lilohuang commented on May 28, 2024

what about for windows installation

@agasthyahd Have you seen the README file and followed the installation guidelines to install libjpeg-turbo on your Windows machine? It is recommended to download the official libjpeg-turbo installer (e.g., vc64.exe or gcc64.exe) and install it using the default settings. Once this is done, PyTurboJPEG should be able to load it properly.

image

from pyturbojpeg.

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.