-
Notifications
You must be signed in to change notification settings - Fork 714
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
Can't install sendgrid via setup.py script in Docker image ubuntu 16.04 #379
Comments
Hi @DannyLee12, Thanks for taking the time to report this! I have added this to our backlog for review. Perhaps in the meantime, a fix will come via hacktoberfest :) With Best Regards, Elmer |
I am not 100% sure, but it looks like maybe the local encoding setting could be set to something other than UTF-8? Based on this: |
@mbernier python3 supports utf-8 as the default. I'm not setting it anywhere else. Perhaps this is an issue with docker more than an issue with sendgrid. But all of the other packages that I have tested do install correctly. in my debugging, the issue appears to be in the However, testing the exec command in version works as expected in my docker file. So I don't know if somewhere else in |
I'd like to give this a try, if possible 😃 |
@DannyLee12 I tried installing the setup.py you provided with the official python3 image, and it worked perfectly. Can I know exactly why you're trying to use the ubuntu 16.04 image? I did face some problems installing the Dockerfile you provided, but my issues arose while installing python3, and much before installing sendgrid. I'll keep you updated on my findings. |
@akram-rameez Thank you!! @DannyLee12, hitting you up for feedback just in case you didn't see Akram's note. |
Please feel free to reopen if you are still experiencing this issue. |
Issue Summary
When installing sendgrid on python 3.6.1 Ubuntu 16.04 in a docker image it throws this error.
I have taken out all other packages. All other packages install without an issue.
Steps to Reproduce
setup.py
that looks like this:I assume that this is to do with your
setup.py
I can take a look as well.Technical details:
The text was updated successfully, but these errors were encountered: