Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
armornet opened this issue Jan 20, 2021 · 1 comment

Comments

@armornet
Copy link

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

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

@iceboy233
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants