Plugin Issues (Advance Vision Science)

Hi I downloaded the plugin for Advance Vision Science. But somehow I can only use it in the builder instead of coder mode. Anyone have any tips for this issue?

Error code when I tried to run it in coder

File “C:\Psychopy\lib\site-packages\psychopy\plugins\util.py”, line 98, in init
raise PluginRequiredError((
psychopy.plugins.util.PluginRequiredError: Support for psychopy.visual.noise is not available this session. Please install psychopy-visionscience and restart the session to enable support.
######## Experiment ended with exit code 1 [pid:22220] #########

In code, you need to activate plugins (this is done for you in Builder):

from psychopy.plugins import activatePlugins
activatePlugins()

It work! Thank you so much