Skip to content

Potential solution for clipper installation #121

@jechia

Description

@jechia

I tried to install the clipper with conda several times.
First several tries all output weird usage from peaksmodule.cc.
I asked for help from chatGPT and I figured out that it was the error with line 512 in peaksmodule.cc,
change the line "PyModule_Create(&peaksmodule);" into "return PyModule_Create(&peaksmodule);".
Then the program work properly for me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions