error interact in 9.6 on my computer but not on sagecell
HI
The code with interact still generate the same error in SageMath 9.6 in my computer than in 9.5 but this code in SageCell don't produce any error , why ?
when I type version() on sagecell I got:
'SageMath version 9.6, Release Date: 2022-05-15' same as mine.
@interact
def _(v=('vector', input_grid(1, 3, default=[[1,2,3]], to_value=lambda x: vector(flatten(x))))):
print(v.norm())
TypeError: unable to find a common ring for all elements
related to question 63362 make-pb-when-installing-from-source
I would like to know if the problem comes from my installation on my PC, or if it comes from the sage-9.5.tar.gz file or something is missing in relation to the installation on sagecell.or if there is a missing import needed for library ?. Does anyone encounter or not encounter the error on their PC with 9.5 or 9.6 ?