Re: [sage-support] UnicodeEncodeError: 'utf-8' codec can't encode characters in position 26-27: surrogates not allowed

2021-09-11 Thread David Joyner
On Sat, Sep 11, 2021 at 6:58 AM zp liu wrote: > > Hola,all! > When I use the function solve(),an error occur and I fail to find solutions. > Needing help! > CODE: > solve(x,x) > I get sage: solve(x,x) [x == 0] sage: version() 'SageMath version 9.3.rc0, Release Date: 2021-03-23' > OUT: > Unicod

[sage-support] UnicodeEncodeError: 'utf-8' codec can't encode characters in position 26-27: surrogates not allowed

2021-09-11 Thread zp liu
Hola,all! When I use the function solve(),an error occur and I fail to find solutions. Needing help! CODE: solve(x,x) OUT: UnicodeEncodeError Traceback (most recent call last) in > 1 solve(x,x) /opt/sagemath-9.3/local/lib/python3.7/site-packages/sage/symbolic/relation.py in solve(f, *ar