cannot import name ‘version_utils’ from ‘tensorflow.python.keras.utils’ I am getting the above error while training
any help would be appreciated
cannot import name ‘version_utils’ from ‘tensorflow.python.keras.utils’ I am getting the above error while training
any help would be appreciated
Hi @ritik872000 could you please post the full stacktrace here and command you tried running? and also give more information on your set-up: rasa version, OS?
That’s great @ritik872000 - could you please give a brief overview of the solution you found?
Sure, So this issue was due to dependency conflicts.
This Versions of libraries runs smoothly,
Note: you can check the version by the ‘pip freeze’ command.
you can install it via this ‘pip install rasa-x==0.39.3 --extra-index-url https://pypi.rasa.com/simple’ command.
If you have the above versions installed installing rasa and rasa x will be seamless.
I’ve summed up all this info from several other discussion, articles and Github issues.
Hope it helps!