Skip to content

CI 'tests-with-optuna-master' failing due to botorch installation issue #685

Open
@toshihikoyanase

Description

@toshihikoyanase

Description

The CI job tests-with-optuna-master has been consistently failing for the past two weeks. The failures are occurring during the environment setup phase, specifically at the step where botorch is being installed.

Possible Cause

It appears that the CI environment has been automatically updating to the latest Python version, which has recently changed from 3.11 to 3.12. Up until three weeks ago, the tests were running successfully on Python 3.11.

Proposed Hotfix

As a temporary measure to restore the CI to a passing state, we propose pinning the Python version to 3.11 instead of using the latest version. This would be a hotfix and we would need to investigate a more permanent solution to ensure compatibility with future Python versions.

How to Reproduce

See https://github.com/optuna/optuna-dashboard/actions/workflows/python-tests.yml

Python version

3.12

Optuna version

The current master

optuna-dashboard version or git revision

The feature branches corresponding to the PRs

Web browser

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-discussionIssue/PR which needs discussion.no-staleExempt from stale bot

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions