vijos/vj4

python3.8 AttributeError: module 'platform' has no attribute 'linux_distribution'

armornet opened this issue · 1 comments

AttributeError: module 'platform' has no attribute 'linux_distribution'

any fix while using the command
python3 -m vj4.server --debug i get the above error

The issue is caused by aiomongo referencing an old version of pymongo which is not compatible with the newer python. The issue was fixed by mongodb/mongo-python-driver@82c610a but the author as long as the repository of aiomongo disappeared on github. We could either recover the code from https://github.com/iceb0y/aiomongo or switch to another driver implementation.