New Python Package

Hi guys, I’m trying to install new Python Package to develop my product using tutor. I tried many ways but they didn’t work. Can anyone give me some idea to do it. Thank!

@thanhlongtld,
Your query here should be more precise in terms of what did you try doing, it’s logs etc.
Otherwise it would be difficult for the community to understand and respond back.

Thanks for understanding!

Yeah sorry about that. My english is not good :frowning:
My problems is: I added some google python package for google calendar (image bellow) to make a tool that remind my students some event. When I ran “pip install --requirement requirements/edx/development.txt”, It said that my package is installed successfully. Then i try to import Flow from google_auth_oauthlib.flow (command: from google_auth_oauthlib.flow import Flow). It said there is no module named google_auth_oauthlib.flow. Can u help me solving this problem :(. I’ve stucked here for a week