Skip to content

Main repo fails in installing requirements on Ubuntu 24.04 #3

@Chiil

Description

@Chiil

With Python 3.12, my attempt to install the requirements gives:

ERROR: Ignored the following yanked versions: 0.0.0
ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11
ERROR: Could not find a version that satisfies the requirement SALib>=1.5.3 (from versions: 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.6.2, 0.6.3, 0.7, 0.7.1, 1.0.1, 1.0.2, 1.0.3, 1.1.0, 1.1.2, 1.1.3, 1.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.3.7, 1.3.8, 1.3.11, 1.3.12.dev0, 1.3.12, 1.3.13, 1.4.0.dev0, 1.4.0.dev2, 1.4.0b0, 1.4.0rc0, 1.4.0, 1.4.0.1, 1.4.0.2, 1.4.1, 1.4.4.dev1, 1.4.4.dev2, 1.4.4, 1.4.5, 1.4.6.dev0, 1.4.6b0, 1.4.6b1, 1.4.6, 1.4.6.1, 1.4.7, 1.4.8, 1.5.0, 1.5.1)
ERROR: No matching distribution found for SALib>=1.5.3

Manual install using python3 -m pip install matplotlib numpy SALib scikit-learn works fine.

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