Python 3.9.9 Office365

Step 1.
I build my environment under (private) added office365 it says build successfully.

Zlib and office365 there is a dependency I tried it auto it build But there is 1 critical and 2 high issue

Step2.
Installed the env in my machine using this command provided by Activestate –

powershell -Command “& $([scriptblock]::Create((New-Object Net.WebClient).DownloadString(‘https://platform.activestate.com/dl/cli/1208497731.1654626542_pdli01/install.ps1’))) -c’state activate --default XXX/Python-3.9.9-WindowsXXX’”

Step 3.
Ran my script I get an error saying “ModuleNotFound office365”

[XXX/Python-3.9.9-WindowsXXX] C:\Users\pchouksey\Python-3.9.9-WindowsXXX>python C:\Users\pchouksey\PycharmProjects\data_validataion\new3.py
Traceback (most recent call last):
File “C:\Users\pchouksey\PycharmProjects\data_validataion\new3.py”, line 3, in
from office365.sharepoint.files.file import File
ModuleNotFoundError: No module named ‘office365’

Looks like it did not build correctly even though it says successfully build

Can you help me here?

Hi there @pchouksey – so, it looks like you followed all the steps and had success installing it. What happens if you just type import office365 in the Python REPL, does it find it that way?