You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the easydict module is required for the project but is not listed in the requirements.txt file. This causes a ModuleNotFoundError when running the project in a new environment.
It appears that the
easydictmodule is required for the project but is not listed in therequirements.txtfile. This causes aModuleNotFoundErrorwhen running the project in a new environment.Suggested Fix
easydictto therequirements.txtfile.