You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2021. It is now read-only.
Hi, I wonder if the module is still working?
I am trying to install the package using pip3 install afterhours, and the package is installed and I can tell that by the message in the console "Requirement already satisfied: afterhours in /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages (0.2.1)"
However, when I tried to import the module by from afterhours.afterhours import AfterHours, python complains "ModuleNotFoundError: No module named 'afterhours'". BTW, I am usnig python 3.8
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, I wonder if the module is still working?
I am trying to install the package using pip3 install afterhours, and the package is installed and I can tell that by the message in the console "Requirement already satisfied: afterhours in /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages (0.2.1)"
However, when I tried to import the module by from afterhours.afterhours import AfterHours, python complains "ModuleNotFoundError: No module named 'afterhours'". BTW, I am usnig python 3.8
Thanks.
The text was updated successfully, but these errors were encountered: