burkol
burkol
Hi All, I faced the same issue. Is there a possibility that it will be accepted in the near future? Regards, Zoltan
Hi I faced this issue on Ubuntu 20.04.3 LTS. After the following env settings the problem is solved: `export TDSVER=8.0` `export LANG=en_US.UTF-8`
Hi All, I've a script with 3 lines: ``` . ~/envs/dataloader_batch_env/bin/activate . ~/batches/env.sh python3 ~/batches/dataloader.py ``` The **env.sh** contains the mentioned settings: ``` export TDSVER=7.3 export LANG=en_US.UTF-8 ``` Note: Changed...