RAMAN-Deconvolution icon indicating copy to clipboard operation
RAMAN-Deconvolution copied to clipboard

Error trying to execute, multiple errors

Open IchBinGROOT opened this issue 1 year ago • 1 comments

I just cloned the repo, generated a completely new conda-env, installed all the requirements like provided, but still get this error:

ImportError: cannot import name 'asarray' from 'scipy'

As far as I am concerned, there is no such thing as asarray in scipy, and everywhere in the code the function np.asarray is used anyways so I just removed the line completely, after which the programme starts. But then I get the next problems, while trying to import a file, I get an I/O error, see here grafik

And I cannot import a single file. When I try to import two files at once, the software simply crashes with

AttributeError: 'DataFrame' object has no attribute 'append'. Did you mean: '_append'?

Is this a problem on my end, or something wrong in the codebase?

IchBinGROOT avatar May 10 '24 11:05 IchBinGROOT

Hello,

i have the same problem

LiaDrudi123 avatar Apr 04 '25 10:04 LiaDrudi123