"pip install msgraph-core" - cannot find such a package #91
-
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, |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
-
It is now release on pypi. |
Beta Was this translation helpful? Give feedback.
It is now release on pypi.