Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

"pip install msgraph-core" - cannot find such a package #91

Answered by MIchaelMainer
atoneveverie asked this question in Q&A
Discussion options

Hello,

I am quite new to Python dev eco system. Currently I am trying to install the package msgraph-core using pip3 or poetry and the both tools say to me that there is no such package. In the same time I tried to find the package on https://pypi.org/ and here again I cannot find the package.

What I need to do ?

Here are my commands:
poetry add msgraph-core
pip3 install msgraph-core

Thanks,
Anton

You must be logged in to vote

It is now release on pypi.

Replies: 2 comments 1 reply

Comment options

I think the package is not yet fully released on pypi. That is why you cannot find it.

What you can do, fortunately, is install the last release ZIP:

pip install https://github.com/microsoftgraph/msgraph-sdk-python-core/archive/refs/tags/0.1.0.zip

I hope this helps. Once the package is on pypi, you will be able to simply use poetry add msgraph-core or pip install msgraph-core. Should be a matter of days.

You must be logged in to vote
0 replies
Comment options

It is now release on pypi.

You must be logged in to vote
1 reply
Comment options

Thanks for the reply. I will check it :)

Answer selected by atoneveverie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /