"pip install msgraph-core" - cannot find such a package #91
Answered
by
MIchaelMainer
atoneveverie
asked this question in
Q&A
|
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: Thanks, |
Answered by
MIchaelMainer
Jun 10, 2021
Replies: 2 comments 1 reply
|
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: I hope this helps. Once the package is on pypi, you will be able to simply use |
0 replies
|
It is now release on pypi. |
1 reply
Answer selected by
atoneveverie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is now release on pypi.