Open Pascal91 opened 3 years ago
I am facing this issue of NoModuleFound: dronekit. What should I do ? Should I downgrade python to 3.9
Example of issue to be solved: AttributeError: module 'collection' has no attribute 'MutableMapping' #1132.
I've committed a patch to master to fix this problem.
I'm contemplating doing another release with the fix included.
Hello Peter,
Do you have any idea when a new version (taking into account a correction for that "blocking" issues with Python 3.10) will be released, please ?
Thanks.
I'm also interested in seeing a new release, the last official release for dronekit is borderline ancient, and it's not like there has not been any work on it since.
Ubuntu 22.04 specifically is defaulting to python 3.10 making this a more apparent issue.
Hello Peter,
Do you have any idea when a new version (taking into account a correction for that "blocking" issue with Python 3.10 [and now certainly Python 3.11 too]) will be released, please ?
Thanks.
Hello,
Is it planned in short (or medium) term, to have DroneKit updated to be "compatible" with Python 3.10? (Currently, it does not work anymore. It was still Ok with Python 3.9, but fails with 3.10, simply right from the "
import dronekit
" instruction.)Example of issue to be solved: AttributeError: module 'collection' has no attribute 'MutableMapping' #1132.
Thanks, Best regards, Pascal.