jpadilla / pyjwt

JSON Web Token implementation in Python
https://pyjwt.readthedocs.io
MIT License
5k stars 675 forks source link

PyJWT in docker #899

Closed wuwenhao0508 closed 8 months ago

wuwenhao0508 commented 1 year ago

Please refer to our StackOverflow tag for guidance. When I use PyJWT in a python project with docker container, I get a error ''Process terminated. Couldn't find a valid ICU package installed on the system. Set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support." How do I to fix this?

jaferrando commented 10 months ago

Does not seem PyJWT related. The exact error message you pasted is .Net related, not Python. Maybe there's something else in your container, a piece based on .Net that is failing with this error.

https://github.com/dotnet/core/blob/main/Documentation/build-and-install-rhel6-prerequisites.md#troubleshooting

A complete log and the Dockerfile would be helpful to help you.

github-actions[bot] commented 8 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days