sanjosh
sanjosh
This problem was raised on the mailing list as well https://groups.google.com/d/msg/seastar-dev/_wYMbdJIlrg/nJCb-W_FDQAJ
I am having same problem
I used the msal library for Auth https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-overview Then used the Graph API directly for file operations That works # Step 1 : get site_id given name ``` hostname =...
> So you are not using Office365-REST-Python-Client, right? No, but I would prefer to use it. Its a simpler API
> > hostname = '.sharepoint.com' > > sitename = 'testme' > > resp = requests.get( f'[https://graph.microsoft.com/v1.0/sites/{hostname}:/sites/{sitename}:/](https://graph.microsoft.com/v1.0/sites/%7Bhostname%7D:/sites/%7Bsitename%7D:/)', > > headers=headers, > > ).json() > > @sanjosh Do you have your access...
option described here also works ``` CFLAGS="-mavx -DWARN(a)=(a)" pip install nmslib ``` https://dev.to/adityakanekar/installing-scispacy-on-apple-m1-laptops-3cn6
I am seeing the same error. Did you find a workaround @dark-spark2 ?