You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building wheels for collected packages: aiohttp, pendulum
Building wheel for aiohttp (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for aiohttp (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [110 lines of output]
Then at the bottom..
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for aiohttp
Building wheel for pendulum (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for pendulum (pyproject.toml) did not run successfully.
│ exit code: 1
and...
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pendulum
Failed to build aiohttp pendulum
ERROR: Could not build wheels for aiohttp, pendulum, which is required to install pyproject.toml-based projects
I could give the full output but it has paths and things that may not be necessary. I am using pip version 23.3.1 and python version 3.12.
The text was updated successfully, but these errors were encountered:
I am tyring to do the python sdk tutorial (https://learn.microsoft.com/en-us/graph/tutorials/python?tabs=aad&tutorial-step=2) and when it comes to the step for installing msgraph-sdk with pip on Windows, I get these errors and I'm not sure how to get around them:
Then at the bottom..
and...
I could give the full output but it has paths and things that may not be necessary. I am using pip version 23.3.1 and python version 3.12.
The text was updated successfully, but these errors were encountered: