already Installed Latest apt version or pip version ninja,meson,setuptools,pip3
mediasoup-3/worker $ make
file installed directly from github repository
# *Updated pip and setuptools are needed for meson*
# `--system` is not present everywhere and is only needed as workaround for
# Debian-specific issue (copied from
# https://github.com/gluster/gstatus/pull/33), fallback to command without
# `--system` if the first one fails.
/usr/bin/python3 -m pip install --system --target=/media/tech/New Volume/Backend/mediasoup/mediasoup-3/worker/out/pip pip setuptools || \
/usr/bin/python3 -m pip install --target=/media/tech/New Volume/Backend/mediasoup/mediasoup-3/worker/out/pip pip setuptools || \
echo "Installation failed, likely because PIP is unavailable, if you are on Debian/Ubuntu or derivative please install the python3-pip package"
Usage:
/usr/bin/python3 -m pip install [options] <requirement specifier> [package-index-options] ...
/usr/bin/python3 -m pip install [options] -r <requirements file> [package-index-options] ...
/usr/bin/python3 -m pip install [options] [-e] <vcs project url> ...
/usr/bin/python3 -m pip install [options] [-e] <local project path> ...
/usr/bin/python3 -m pip install [options] <archive url/path> ...
no such option: --system
ERROR: Invalid requirement: 'Volume/Backend/mediasoup/mediasoup-3/worker/out/pip'
Hint: It looks like a path. File 'Volume/Backend/mediasoup/mediasoup-3/worker/out/pip' does not exist.
Installation failed, likely because PIP is unavailable, if you are on Debian/Ubuntu or derivative please install the python3-pip package
# Install `meson` and `ninja` using `pip` into custom location, so we don't
# depend on system-wide installation.
/usr/bin/python3 -m pip install --upgrade --target=/media/tech/New Volume/Backend/mediasoup/mediasoup-3/worker/out/pip meson ninja
ERROR: Invalid requirement: 'Volume/Backend/mediasoup/mediasoup-3/worker/out/pip'
Hint: It looks like a path. File 'Volume/Backend/mediasoup/mediasoup-3/worker/out/pip' does not exist.
make: *** [Makefile:64: meson-ninja] Error 1