anki / vector-python-sdk

Anki Vector Python SDK
Other
557 stars 383 forks source link

Vector Robot sdk problem with configure #32

Open maisiegreen opened 4 years ago

maisiegreen commented 4 years ago

I have got the python3 -m anki_robot.configure but this is what comes up. ImportError: cannot import name 'CancelledError' from 'asyncio.futures' (/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/asyncio/futures.py)

fndcz commented 4 years ago

use python 3.7 instead.

maisiegreen commented 4 years ago

@fndcz Thank you, will try that.