CPython in Grasshopper - Not loading "pywin32" issues with xlwings

I am using python in grasshopper and at the end of the model script I am trying to send data to excel using xlwings. The issue I’m running into is that xlwings can’t load pywin32. Everything is installed just not communicating with each other.

Imports at the top of the script:

xlwings error:

the text of the error:

the error that’s running is:

Traceback (most recent call last):
File “rhinocode:///grasshopper/1/7cf354f0-5afa-4c40-b8f8-873feaae7da1/5fda766b-8a2e-4e25-b1a0-d2d4be595dba”, line 365, in
File “C:\Users\smcauliffe.rhinocode\py39-rh8\site-envs\default-Ohtn8jFK\xlwings\main.py”, line 959, in init
if apps.active:
File “C:\Users\smcauliffe.rhinocode\py39-rh8\site-envs\default-Ohtn8jFK\xlwings\main.py”, line 220, in active
for app in self.impl:
File “C:\Users\smcauliffe.rhinocode\py39-rh8\site-envs\default-Ohtn8jFK\xlwings\main.py”, line 5276, in impl
raise XlwingsError(
XlwingsError: Make sure to have “pywin32”, a dependency of xlwings, installed.