FreaxMATE commented on PR #49353:
URL: https://github.com/apache/arrow/pull/49353#issuecomment-3997523277

   > > Thanks for opening this @canassa! Is this an issue you're personally 
seeing on NixOS?
   > 
   > Yes! I noticed this when working on a Python project that uses PyArrow on 
my NixOS desktop.
   > 
   > I could work around it by creating a symlink, but I figured it would be 
nice if Arrow supported the environment variable.
   
   I havee the same issue. For anyone trying this quick workaround for nixos:
   
   ```fish
   sudo mkdir -p /usr/share
   sudo ln -s /etc/zoneinfo /usr/share/zoneinfo
   ```
   
   Thanks @canassa for the fix!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to