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

@morzack I have facing this issue #1210

Open
zks511 opened this issue Nov 11, 2023 · 2 comments
Open

@morzack I have facing this issue #1210

zks511 opened this issue Nov 11, 2023 · 2 comments

Comments

@zks511
Copy link

zks511 commented Nov 11, 2023

dronekit/init.py", line 2689, in
class Parameters(collections.MutableMapping, HasObservers):
AttributeError: module 'collections' has no attribute 'MutableMapping'

@ShafiqSadat
Copy link

ShafiqSadat commented Nov 11, 2023

use python <= 3.9 or install dronekit from github:
pip install --upgrade git+https://github.com/dronekit/dronekit-python.git

or just edit like this

class Parameters(collections.abc.MutableMapping, HasObservers):

@ZivotJeKrasny
Copy link

Or #1132 (comment)

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

3 participants