findiff icon indicating copy to clipboard operation
findiff copied to clipboard

ModuleNotFoundError: No module named 'findiff'

Open secco88 opened this issue 3 years ago • 2 comments

c:...\trendln_init_.py in get_extrema(h, extmethod, accuracy) 434 elif extmethod == METHOD_NUMDIFF: 435 #pip install findiff --> 436 from findiff import FinDiff 437 dx = 1 #1 day interval 438 d_dx = FinDiff(0, dx, 1, acc=accuracy) #acc=3 #for 5-point stencil, currenly uses +/-1 day only

ModuleNotFoundError: No module named 'findiff'

package findiff is correctly installed, what can I do?

secco88 avatar Mar 08 '21 15:03 secco88

Are you sure that you have installed findiff to the correct environment?

Did you install findiff using pip in a virtual environment or systemwide? Or did you install using setup.py based on the code?

maroba avatar Apr 22 '21 12:04 maroba

I have installed it both in venv and in the system but the problem persists

secco88 avatar Apr 23 '21 09:04 secco88