Hello, I am a student practicing Rasa while watching the lectures. The instructor used Python 3.7 with Rasa version 2.8.27, but I am using Python 3.9 with Rasa 3.6.20 due to compatibility issues between the installation files.
In the lecture, a customized tokenizer.py was provided while writing the config.yml. I need to paste this file into ‘C:\Users…\anaconda3\envs\rasa\Lib\site-packages\rasa\nlu\tokenizers’ and add ‘custom_tokenizer’ in the registry.py located at ‘C:\Users…\anaconda3\envs\rasa\Lib\site-packages\rasa\nlu’.
However, I do not have a ‘registry.py’ file. How should I resolve this?