from typing import ( ImportError: cannot import name ‘Deque‘

ImportError: cannot import name ‘Deque’

  • 问题描述: 从 typing 里面 import Deque发生错误。
  • 原因: python > 3.6.1 才有这个方法。请升级 python

link

你可能感兴趣的:(bugs,python)