Skip to content

Error trying to execute, multiple errors #3

@IchBinGROOT

Description

@IchBinGROOT

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions