Closed bcollazo closed 1 year ago
Hi! Thanks for raising this. I've pushed a patch in #60 and enabled multi-platform testing in #59. I don't have a Mac to test the example, so could you install current main branch to confirm that issue has been resolved? After that I'll publish a new release.
Fix released in v0.3.0
.
Describe the bug Can't run the sample code in the README.md. After running it I get:
To Reproduce I have a M1 Apple-silicon Mac Mini. Created a Python 3.9 virtual environment. Created a file called
optuna-distributed.py
and added the code:Expected behavior To get logs and the
study.best_value
printed in the console.