-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trycourier => courier #28
Comments
Replace the line Then, execute the command After these adjustments, your application should run without any issues. |
thanks a lot this fixed everything |
I also encountered this problem. When the problem will be fixed? |
You can try the version I forked |
Using Python3.11 on RH
Trying to use
__login__
throws an error:Installing
trycourier
itself does not solve the issue,Changing:
from trycourier import Courier
=>import courier
seems to resolve the issue.Considering that this repo is over two years old and that the README tells us to install specific versions of
requirements.txt
i'm hoping you can find the time to do a rehash of the sourcecode to 2024. I'd try it too, but im not proficient enough.The text was updated successfully, but these errors were encountered: