I just created a separatee venv, activated it and ran both installation routines
pip install office365-REST-Python-Client
pip install office365
After running
pip list
this package list is shown:
Package Version
---------------------------- -----------
aenum 3.1.15
appdirs 1.4.4
APScheduler 3.11.0
azure-core 1.32.0
azure-storage-blob 12.25.0
beautifulsoup4 4.13.3
bs4 0.0.2
case_conversion 2.1.0
certifi 2025.1.31
cffi 1.17.1
chardet 5.2.0
charset-normalizer 3.4.1
clipboard 0.0.4
colorama 0.4.6
colour 0.1.5
cryptography 44.0.2
cursor 1.3.5
decorator 5.2.1
dill 0.3.9
fuzzywuzzy 0.18.0
gender-guesser 0.4.0
html_text 0.7.0
idna 3.10
imageio 2.37.0
imageio-ffmpeg 0.6.0
infi.systray 0.1.12.1
inflect 7.5.0
isodate 0.7.2
lxml 5.3.1
lxml_html_clean 0.4.1
maybe-else 0.2.1
mbstrdecoder 1.1.4
more-itertools 10.6.0
moviepy 2.1.2
msal 1.32.0
msoffcrypto-tool 5.4.2
numpy 2.2.4
o365 2.1.0
office365 0.3.15
Office365-REST-Python-Client 2.5.14
olefile 0.47
pandas 2.2.3
parsedatetime 2.6
pathmagic 0.3.14
pillow 10.4.0
pip 25.0.1
prettierfier 1.0.3
proglog 0.1.10
pycparser 2.22
pydub 0.25.1
pyinstrument 5.0.1
pyiotools 0.3.18
PyJWT 2.10.1
pymiscutils 0.3.14
PyPDF2 3.0.1
pyperclip 1.9.0
PyQt5 5.15.11
PyQt5-Qt5 5.15.2
PyQt5_sip 12.17.0
pysubtypes 0.3.18
python-dateutil 2.9.0.post0
python-docx 1.1.2
python-dotenv 1.0.1
pytz 2025.1
readchar 4.2.1
regex 2024.11.6
requests 2.32.3
Send2Trash 1.8.3
setuptools 58.1.0
simplejson 3.20.1
six 1.17.0
soupsieve 2.6
tabulate 0.9.0
tqdm 4.67.1
typeguard 4.4.2
typepy 1.3.4
typing_extensions 4.12.2
tzdata 2025.1
tzlocal 5.3.1
urllib3 2.3.0
XlsxWriter 3.2.2
Running of the import routine
from office365.sharepoint.client_context import ClientContext
is occuring this error:
from office365.sharepoint.client_context import ClientContext
ModuleNotFoundError: No module named 'office365'
So the mentioned method in this page is not running.
Does anyone do have a solution?