You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 5, 2024. It is now read-only.
Hello, thank you very much for the source code. I was trying to follow the tutorial and when I tried to run make deps I encountered => ERROR [mininet stage-1 3/5] RUN install_packages python3 python3-pip python3-setuptools I solved this problem by adding RUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list as suggested here. The stretch has been moved to archive.debian.org, and the docker image needs to be updated.
Hello, thank you very much for the source code. I was trying to follow the tutorial and when I tried to run
make depsI encountered=> ERROR [mininet stage-1 3/5] RUN install_packages python3 python3-pip python3-setuptoolsI solved this problem by addingRUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.listas suggested here. The stretch has been moved to archive.debian.org, and the docker image needs to be updated.