-
Notifications
You must be signed in to change notification settings - Fork 531
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
pip3 install Unicode decode error in Docker container #87
Comments
Hi @thisbejim, thanks for the comment. I am still experiencing this issue after you merged the commit in #93.
I used the same Dockerfile as @sEpt0r to test it. The suggestion in #82 to do EDIT: I installed a random older version (3.0.10) and that worked fine. Here is the Dockerfile
|
First of all, thanks for this great project 👍 I have same issue - From version In case of version |
Seems like the problems here come from the dependency |
Following work around did the job: |
you can try this before install pip dependecies, it should help you
|
Installing the jws separately solved it for me. What I did: If you will experience a problem with googleapis-common-protos dependency like me, refer to this post and update setuptools. |
it's work for me export LANG=C.UTF-8 |
As @DmitryAlekseev suggested, adding |
I have the same issue as #82
I can't install pyrebase in docker container with python 3.5.
The simplest Dockerfile for test it:
I installed fixed jws from source and Pyrebase was successfully installed.
Some guys recommend install PyJWT instead python-jwt, also https://jwt.io/ recommends to install PyJWT.
Do you have a plans to migrate from python-jwt on PyJWT?
The text was updated successfully, but these errors were encountered: