Skip to content

enum34 v1.0.4 incompatible with Python 3.5.2 #10

@patrickchiuco

Description

@patrickchiuco

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:

  1. cd into /CommunityCellularManager/openbts-python
  2. pip install -r requirements.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions