facebookarchive / CommunityCellularManager

Tool for deploying, managing and controlling your Community Cellular Networks
Other
87 stars 36 forks source link

setuptools missing from python3 #46

Closed kheimerl closed 6 years ago

kheimerl commented 7 years ago

building new openbts VM:

ImportError: No module named 'setuptools'

kheimerl commented 7 years ago

apt-get install python3-setuptools fixed it, probably just needs to be added to ansible

kheimerl commented 7 years ago

Looking at it, the real issue is that pip3 is version 1.5 in ubuntu 14. I'm working on a patch but will probably leave that.

9muir commented 6 years ago

I think we've basically deprecated any use of the OpenBTS-specific stuff, but will gladly accept PRs if people are still using it.