marcomusy / vedo

A python module for scientific analysis of 3D data based on VTK and Numpy
https://vedo.embl.es
MIT License
1.98k stars 257 forks source link

typing.Self is not compatible with python3.10 #1092

Closed Linus-Foley closed 2 weeks ago

Linus-Foley commented 2 months ago

Currently getting an ImportError when using vedo with python 3.10.

As per this comment, using typing.Self with versions of python prior to 3.11 requires the use of typing_extensions.

marcomusy commented 2 months ago

Should now be fixed by #1093

@jo-mueller @JeffreyWardman