Giter VIP home page Giter VIP logo

Comments (16)

Sharan-Sundar avatar Sharan-Sundar commented on June 3, 2024

Just an update. Getting this new error while I am trying to debug -
Screenshot from 2023-12-16 14-46-10

from dlstreamer.

brmarkus avatar brmarkus commented on June 3, 2024

Do you have a chance to start in a new, clean environment? Do you already have gstreamer and plugins installed with a version number scheme newer/same than the downloaded files?
(or try with a small Dockerfile, using Ubuntu as a base, copying the downloaded DEB-files (or downloading while building))
Do you get the same after a sudo apt-get install -f and then using dpgk like sudo dpkg -i ./*.deb?

from dlstreamer.

Sharan-Sundar avatar Sharan-Sundar commented on June 3, 2024

Yep I have been erasing and reinstalling from scratch multiple times over the last week. I have tried both on Ubuntu 20 and Ubuntu 22. Somehow, it ends up in some random error everytime. Have been trying to debug.

Yes I tried sudo apt-get install -f and then using dpgk like sudo dpkg -i ./*.deb and am still getting the same.
Docker I haven't tried yet because I am new to it and am not sure how much time it will take to migrate my existing product codebase to docker. I would prefer to have it without dockerizing.

from dlstreamer.

brmarkus avatar brmarkus commented on June 3, 2024

(trying Docker is just an idea to install in a well-defined, "clean" environment removing your individual environment from the equation, no recommendation for dockerization)

from dlstreamer.

Sharan-Sundar avatar Sharan-Sundar commented on June 3, 2024

Yeah I understand. But I am erasing the disk and reinstalling Ubuntu to get a "clean" environment. Docker is not an bad option either I agree.

Update - This is what I get when I try to install on a clean Ubuntu 20 -
Screenshot from 2023-12-16 16-29-03

from dlstreamer.

brmarkus avatar brmarkus commented on June 3, 2024

DL-Streamer defined Ubuntu 22 as the "supported version" (see https://dlstreamer.github.io/get_started/install/install_guide_ubuntu.html).

Your first installations 3 years ago - you might have installed OpenVINO first and then DL-Streamer? (old versions even came with gstreamer and OpenCV install scripts)

from dlstreamer.

Sharan-Sundar avatar Sharan-Sundar commented on June 3, 2024

Yeah so only this comment is on Ubuntu 20. Rest of the comments are from Ubuntu 22 only. Tried Ubuntu 20 just to check if it works.

Yep I think they did. Also, I have installed multiple times over the last 3 years starting from OpenVINO 2019 to 2023 and all the corresponding DLStreamer releases. But this is the first time, I am completely stuck.

from dlstreamer.

Sharan-Sundar avatar Sharan-Sundar commented on June 3, 2024

Do you have any installation guide for DLStreamer on Ubuntu 20? Or can we conclude that DLStreamer has offically stopped support for it?

from dlstreamer.

brmarkus avatar brmarkus commented on June 3, 2024

The latest version (the last published release) has announced:

Deprecation Notices
Ubuntu 20.04 is no longer actively supported.
See see full list of currently deprecated properties in this table
YOLOv2 is no longer a supported model

(see "https://github.com/dlstreamer/dlstreamer/releases")

E.g. the release "https://github.com/dlstreamer/dlstreamer/releases/tag/v1.6" has deprecated Ubuntu 18.04 - which sounds like 20.04 could still be supported.

from dlstreamer.

Sharan-Sundar avatar Sharan-Sundar commented on June 3, 2024

DL-Streamer defined Ubuntu 22 as the "supported version" (see https://dlstreamer.github.io/get_started/install/install_guide_ubuntu.html).

Your first installations 3 years ago - you might have installed OpenVINO first and then DL-Streamer? (old versions even came with gstreamer and OpenCV install scripts)

Yeah but here you yourself say it for Ubuntu22. And yeah when I tried it on Ubuntu20, I got even more errors. So I don't think it is a good idea to try Ubuntu20. I will continue working on Ubuntu22.

from dlstreamer.

Sharan-Sundar avatar Sharan-Sundar commented on June 3, 2024

The latest version (the last published release) has announced:

Deprecation Notices
Ubuntu 20.04 is no longer actively supported.
See see full list of currently deprecated properties in this table
YOLOv2 is no longer a supported model

(see "https://github.com/dlstreamer/dlstreamer/releases")

E.g. the release "https://github.com/dlstreamer/dlstreamer/releases/tag/v1.6" has deprecated Ubuntu 18.04 - which sounds like 20.04 could still be supported.

Where can I find the Installation Notes for the older release? All of them lead to the same link - https://dlstreamer.github.io/get_started/install/install_guide_index.html which seems to be for the latest version.

from dlstreamer.

brmarkus avatar brmarkus commented on June 3, 2024

hmm, can'T find the older installation notes either... the DL-Streamer GitHub repo once contained a Wiki section - which has no version control either...

A good summary I found always within the Dockerfile.
(the MASTER/MAIN branch doesn't contain Dockerfiles currently, but e.g. the slightly older version "https://github.com/dlstreamer/dlstreamer/tree/2022.3-release/docker")

from dlstreamer.

akwrobel avatar akwrobel commented on June 3, 2024

The issue you are seeing is due to a security issue found in Ubuntu and is related to their Debian packaged
https://launchpad.net/ubuntu/+source/gst-plugins-bad1.0/1.20.3-0ubuntu1.1
The chain is broken and a new release will be required to fix this issue.

from dlstreamer.

Sharan-Sundar avatar Sharan-Sundar commented on June 3, 2024

Alright so till then, I will try to test without gst-plugins-bad. Hopefully DLStreamer works without it.

from dlstreamer.

darshanraj-intc avatar darshanraj-intc commented on June 3, 2024

Hi,

any ETA on fixing this? Or a workaround to use the toolset.


The following packages have unmet dependencies:
 intel-dlstreamer-gst-plugins-bad : Depends: libgstreamer-plugins-bad1.0-0 (= 1.20.3-0ubuntu1) but 1.20.3-0ubuntu1.1 is to be installed
E: Unable to correct problems, you have held broken packages.

https://dlstreamer.github.io/index.html is used often by external folks. Please suggest an ETA for the fix or at least a workaround on Ubuntu22

Thanks.
Darshan

from dlstreamer.

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.