sympy / sympy_gamma

A SymPy version of WolframAlpha.

Home Page:https://sympygamma.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: cannot import name 'LogRule'

anand-parmar opened this issue · comments

Hi,

i am using intsteps.py file https://github.com/sympy/sympy_gamma/blob/master/app/logic/intsteps.py

There i am facing this error

 File "E:\MAMP\htdocs\bitwise\stemsol\intsteps.py", line 8, in <module>
    from sympy.integrals.manualintegrate import (
ImportError: cannot import name 'LogRule'

SymPy Gamma currently works against a rather old version of SymPy. It needs to be updated to work with the latest version.

Hi,
so can you tell me which version sympy& python is good for SymPy Gamma

Use the previous version (from 2014) of manualintegrate.py and it will work fine

Yeas @manish182 ,
I have changed version to '0.7.5'
pip install sympy==0.7.5

Now it is working.