Installed openbts-python from aricent-phase1 branch and got the following error:
Collecting enum34==1.0.4 (from -r requirements.txt (line 3))
Using cached enum34-1.0.4.zip
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "/tmp/pip-build-4jmu4tq5/enum34/enum/init.py", line 371, in getattr
return cls.member_map[name]
KeyError: '_convert'
I had to change the version to 1.1.6 for it to work.
Steps to replicate:
- cd into /CommunityCellularManager/openbts-python
- pip install -r requirements.txt
Installed openbts-python from aricent-phase1 branch and got the following error:
Collecting enum34==1.0.4 (from -r requirements.txt (line 3))
Using cached enum34-1.0.4.zip
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "/tmp/pip-build-4jmu4tq5/enum34/enum/init.py", line 371, in getattr
return cls.member_map[name]
KeyError: '_convert'
I had to change the version to 1.1.6 for it to work.
Steps to replicate: