Trouble loading Open Sound Control Module

Here is the error I get whenever loading the open sound control module. Any help is appreciated.

Traceback (most recent call last):
  File "C:/Users/Madhavi/AppData/Local/NA-MIC/Slicer 4.11.20210226/NA-MIC/Extensions-29738/SoundControl/lib/Slicer-4.11/qt-scripted-modules/OpenSoundControl.py", line 43, in __init__
	self.logic = OpenSoundControlLogic()
  File "C:/Users/Madhavi/AppData/Local/NA-MIC/Slicer 4.11.20210226/NA-MIC/Extensions-29738/SoundControl/lib/Slicer-4.11/qt-scripted-modules/OpenSoundControl.py", line 178, in __init__
	self.oscClient = OSC.OSCClient()
AttributeError: module 'OSC' has no attribute 'OSCClient'