Code Monkey home page Code Monkey logo

Comments (3)

miroslavpejic85 avatar miroslavpejic85 commented on May 19, 2024

Hello @Andrew-Sparrow,
From the logs I see that it writes No module named pip (sudo apt install python3-pip), which is one of the dependencies specified in the readme. To install mediasoup in addition to NodeJS and npm which is fine, you must also have python3-pip DEB package, build-essential DEB package and python version >= 3.6 with PIP:

All the comands must be execute as sudo:

# gcc g++ make ...
sudo apt-get install build-essential

# Python 3.8
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.8

# Python3 pip package
sudo apt install python3-pip

# Python3 setuptools
sudo apt install python-setuptools

You can also follow the steps to install it on ubuntu:20.04 in the docker file

https://github.com/miroslavpejic85/mirotalksfu/blob/main/Dockerfile

from mirotalksfu.

Andrew-Sparrow avatar Andrew-Sparrow commented on May 19, 2024

@miroslavpejic85 thank you so much !

from mirotalksfu.

miroslavpejic85 avatar miroslavpejic85 commented on May 19, 2024

You are welcome ;)
PS: join with us on discord forum: https://discord.gg/rgGYfeYW3N in case you need, you can also find answers here.

from mirotalksfu.

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.