RAMAN-Deconvolution
RAMAN-Deconvolution copied to clipboard
Error trying to execute, multiple errors
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
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?
Hello,
i have the same problem