Re: [sympy] Re: ModuleNotFoundError: No module named 'sympy.plotting.series'

2024-03-04 Thread Spiros Ts
It was my fault. I was trying to run the code in another folder and it was giving me the error *from sympy.plotting.series import LineOver1DRangeSeriesModuleNotFoundError: No module named 'sympy.plotting.series'* . But when I run the code into a folder where the sympy code folder is also

Re: [sympy] Re: ModuleNotFoundError: No module named 'sympy.plotting.series'

2024-03-04 Thread Shishir Kushwaha
I dont see any particular problem with the code , however series does not seem to be a sub-module in your sympy plotting module , try re-running it or removing and putting back sympy . On Monday 4 March 2024 at 01:49:55 UTC+5:30 tsioupr...@gmail.com wrote: > The code is from this pull request

Re: [sympy] Re: ModuleNotFoundError: No module named 'sympy.plotting.series'

2024-03-03 Thread Spiros Ts
The code is from this pull request [ https://github.com/sympy/sympy/pull/25251] from math import isclose from sympy import lambdify, latex from sympy.core.numbers import I, pi from sympy.core.symbol import Dummy from sympy.functions.elementary.complexes import (Abs, arg) from

[sympy] Re: ModuleNotFoundError: No module named 'sympy.plotting.series'

2024-03-03 Thread Shishir Kushwaha
It is working fine for me in both jupyter notebook and intreactive sympy shell . Do you mind sharing the full code snippet where you were using it to cause the error . On Monday 4 March 2024 at 01:34:51 UTC+5:30 tsioupr...@gmail.com wrote: > Author: Spiros Tsioupros > Github: