intrig-unicamp / mininet-wifi

Emulator for Software-Defined Wireless Networks
https://mn-wifi.readthedocs.io/
Other
438 stars 239 forks source link

Fresh Ubuntu 16.04 install Pip cli error #329

Closed cbowers1020 closed 2 years ago

cbowers1020 commented 3 years ago

When installing mininet-wifi from source on a fresh Ubuntu 16.04 vm image, I encounter a pip CLI error.

I followed these instructions: step 1: $ sudo apt-get install git step 2: $ git clone https://github.com/intrig-unicamp/mininet-wifi step 3: $ cd mininet-wifi step 4: $ sudo util/install.sh -Wlnfv

In order to resolve this, I had to do execute the following with sudo permissions: curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py sudo python2.7 get-pip.py --force-reinstall sudo python3 get-pip.py --force-reinstall