I am trying to use peakutils library and have installed that using
pip install peakutils
but when I attempt to import same in my jupyter notebook, it shows the import error Before this, I have never faced such an issue. I don't have a PYTHONPATH set.
Also, in this the second answer asks for unsetting the python path by
unset PYTHONPATH
displays
'unset' is not recognised as an internal or external command, operable program or batch file.
I have checked that the package is installed in the environment I am using:
(C:\Users\DELL\Anaconda3) C:\Users\DELL>activate DAND
(DAND) C:\Users\DELL>pip install peakutils
Requirement already satisfied: peakutils in c:\users\dell\anaconda3\envs\dand\li
b\site-packages
Requirement already satisfied: scipy in c:\users\dell\anaconda3\envs\dand\lib\si
te-packages (from peakutils)
Requirement already satisfied: numpy in c:\users\dell\anaconda3\envs\dand\lib\si
te-packages (from peakutils)