MTLab / onnx2caffe

pytorch to caffe by onnx
MIT License
370 stars 102 forks source link

error from typing import ( ImportError: cannot import name 'Final' #24

Open silencervan opened 5 years ago

silencervan commented 5 years ago

from typing import ( ImportError: cannot import name 'Final'

reecezhu commented 1 year ago

same problem here, have you ever solved this problem my envs: python 2.7.12 onnx 1.6.0 protobuf 2.6.1

from typing import ( ImportError: cannot import name 'Final'