Comment 2 for bug 1618714

Revision history for this message
Kevin Huynh (kevkha) wrote :

It appears to be a problem in netifaces-0.10.5 but not in netifaces-0.10.4.

# pip install netifaces --no-clean

  InsecurePlatformWarning
  Using cached netifaces-0.10.5.tar.gz
Installing collected packages: netifaces
  Running setup.py install for netifaces ... error

# pip install netifaces==0.10.4 --no-clean
Collecting netifaces==0.10.4
  Using cached netifaces-0.10.4.tar.gz
Installing collected packages: netifaces
  Running setup.py install for netifaces ... done
Successfully installed netifaces-0.10.4

I looked in requirements.txt but not seeing netifaces defined here. Any ideas how to specify netifaces version for "Installing collected packages" to workaround this?