I want to take the derivative of the following function y=(np.log(x))/(1+x), if I am using sympy, it gives me the following error
from sympy import *
y1=Derivative((np.log(x))/(1+x), x)
print y1
sequence too large; cannot be greater than 32