Peter Y. Lu

Results 3 comments of Peter Y. Lu

I ran into the same issue. I solved it by setting the `PYTHONIOENCODING` environment variable in the automator script, so it becomes: ``` PYTHONIOENCODING=UTF-8 /usr/local/bin/python3 -m unicodeit.cli $1 ```

I think the problem for me is that I'm actually using a separately installed python 3 (using anaconda). When I run in the terminal I get `UTF-8` for both the...

This should be the list of relevant library versions that I used: > dm-haiku==0.0.4.dev0 jax==0.2.8 jaxlib==0.1.59+cuda110 numpy==1.19.2 optax==0.0.2 tqdm==4.55.1 I also attached my full environment here: [requirements.txt](https://github.com/peterparity/symder/files/8366435/requirements.txt) Let me know...