mahdi alibi
mahdi alibi
When we create an iterator class for example : ``` class MyNumbers: def __iter__(self): self.a = 1 return self def __next__(self): if self.a
It turns out that the problem is in another location ! I have this code in a template ``` Help text. ``` I get the error To get rid of...
Thank you , will see with kerberos
I have not tried , but if you install a version of einops before 0.7.0 it may resolve the issue
Seems that sourcery is not compatible with centos 7 , because of the libstdc++.so version. Centos 7 has version 2.18 maximum , and we can't install another version. I recommend...