[BUG] TypeError: unsupported operand type(s) for +: 'Integer' and 'int'
Open
- Dominant language
- Jupyter Notebook
- Stars
- 4.4k
- Forks
- 565
- Avg merge
- 5d 8m
- Merged PRs (30d)
- 17
Description
## Bug summary
Running the same `tune.run` code in two slightly different conda environments (both Python 3.10, FLAML=1.1.1) leads to two different dtypes for configs passed into `tune.run`'s custom function.
UPDATE: No idea why it works but uninstalling `ray` with `pip uninstall ray` gets the my code working as expected. I got to this solution after trying to install `ray` into environment B (the working env) and got the same `TypeError` as environment A.
## Links
Related to #500
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.