Beiträge von EgonOlsen71 im Thema „MultiColor Interlace (MCI) Konverter in Python/Windows“

    Die requirements.txt erfordert :

    Zitat

    matplotlib==3.8.3

    numpy==2.2.3


    Wenn ich versuche, das so zu installieren, dann kommt aber:

    Zitat

    ERROR: Cannot install -r requirements.txt (line 1) and numpy==2.2.3 because these package versions have conflicting dependencies.

    The conflict is caused by:

    The user requested numpy==2.2.3

    matplotlib 3.8.3 depends on numpy<2 and >=1.21

    ???