Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with pip install msgraph-sdk #467

Closed
hootyjeremy opened this issue Nov 18, 2023 · 0 comments
Closed

Error with pip install msgraph-sdk #467

hootyjeremy opened this issue Nov 18, 2023 · 0 comments

Comments

@hootyjeremy
Copy link

hootyjeremy commented Nov 18, 2023

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:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant