Python resuelve cómo encontrar solo valores reales
x = Symbol('x', real=True)
solve(..., x)
Smiling Skylark
x = Symbol('x', real=True)
solve(..., x)