Git Product home page Git Product logo

Comments (3)

azubieta avatar azubieta commented on May 31, 2024

Hi!
This is an issue with pip, it seems that the version you are using doesn't support the --system argument. Just remove it from your pip call:
python3 -m pip install --ignore-installed --prefix=/usr --root=AppDir -r ./requirements.txt

from appimage-builder.

CineEncoder avatar CineEncoder commented on May 31, 2024

This helped, but another error appeared:

WARNING:script: ERROR: Could not find a version that satisfies the requirement ffmpeg-4.2.4 (from -r ./requirements.txt (line 1)) (from versions: none)
WARNING:script: ERROR: No matching distribution found for ffmpeg-4.2.4 (from -r ./requirements.txt (line 1))

(But if I remove the ffmpeg version, then the ffmpeg-1.4 version is installed, which is very outdated.)

And also the program can't find mkvtoolnix:

WARNING:script: ERROR: Could not find a version that satisfies the requirement mkvtoolnix (from -r ./requirements.txt (line 3)) (from versions: none)
WARNING:script: ERROR: No matching distribution found for mkvtoolnix (from -r ./requirements.txt (line 3))

from appimage-builder.

azubieta avatar azubieta commented on May 31, 2024

Those are still pip related issues.
I'm not a pip expert, I suspect that pip is not downloading the dependencies right. You can try running appimage-builder from a virtualenv whit a good pip setup. Try installing those package manually then run appimage-builder.

Notice that it's recommended to use Ubuntu 18.04 or 20.04 for better results.

from appimage-builder.

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.