Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: The runtime optuna version 1.2.0 is no longer compatible with the table schema (set up by optuna 0.10.0) #142

Open
viper7882 opened this issue Mar 9, 2020 · 1 comment

Comments

@viper7882
Copy link

The fix to this error for me is to downgrade optuna to 0.10.00:
pip install optuna==0.10.0

@NevesLucas
Copy link

or just update the db: optuna storage upgrade --storage sqlite:///data/params.db

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants