intrig-unicamp / mininet-wifi

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

ubuntu 18.04 lts installation issue #380

Closed yogiex closed 3 years ago

yogiex commented 3 years ago

1619014505037 hello i got problem with installation util/install.sh -Wlnfv with fresh ubuntu thankss

ramonfontes commented 3 years ago

Hi,

I tried installing six and got the expected hash rather than yours. This probably means that most likely it just got corrupted during download, less likely is someone tried to serve you a malicious package through MITM or something like that.

You may try install six again forcing it to download a fresh copy with --no-cache-dir.

yogiex commented 3 years ago

so i need to reinstall ubuntu or reinstall with --no-cache-dir ?

ramonfontes commented 3 years ago

As I said, you may trying to install the six package manually.

yogiex commented 3 years ago

still persist got error sir, install six manually

ramonfontes commented 3 years ago

Did you install six and still have the same problem with six?? This doesn't make sense.. trying remove the cache file pointed out in the message error.

yogiex commented 3 years ago

yes i tried install six manually and stil get problem with six, or any other issue with dependency like pip or must use python3? or can i edit install.sh to remove line to install six?

ramonfontes commented 3 years ago

You can use either python2 or python3.

yogiex commented 3 years ago

i switch to python3 to solved this problem, thanks sir