microsoft / cliffordlayers

Home Page:https://microsoft.github.io/cliffordlayers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The error was raised

xwqtju opened this issue · comments

commented

image
Hi!There is problem raised when I import CliffordAlgebra. Would it be possible for you to check the source code again?

Ah, what python version are you on? The issue is that this kind of types are only allowed on more recent versions of python. We should probably using Tuple from typing if we want to support older python versions. Thanks for bringing this to our notice.

commented

Ah, what python version are you on? The issue is that this kind of types are only allowed on more recent versions of python. We should probably using Tuple from typing if we want to support older python versions. Thanks for bringing this to our notice.

Python version 3.8.16 is being used by me. Thank you very much for your assistance.

I've enabled CI and fixed this issue in 676c0d9.