Slightly friendlier import warning. #18425
Labels
stat:awaiting keras-eng
Awaiting response from Keras engineer
type:feature
The user is asking for a new feature.
I initially tried the new keras core with
keras_nlp
via this code:It gave a long trace telling me that "jax" was not installed. Fair enough, so I ran
pip install jax
and restarted the env. After re-running, it complained that I had to installjaxlib
instead.This is a nit in the grand scheme of things, but it would be nicer if the trace was caught and gave me the correct
pip install
command. Alternatively, it might also be nice if it told me topython -m pip install keras[jax]
so that Keras can handle the jax install on my behalf.Again, this is a nit, but might improve the developer experience when folks want to give the new Keras Core stuff a spin.
The text was updated successfully, but these errors were encountered: