ialxn commented on issue #36635:
URL: https://github.com/apache/arrow/issues/36635#issuecomment-1634627495
Yes, indeed my home is encrypted. I checked the workarounds mentioned above,
or better, I tried but failed. What exactly am I supposed to do exactly
assuming I have access to some unencrypted dir like e.g. `/tmp`? I am probably
just too stupid ...
```
conda install --croot /tmp arrow-cpp
usage: conda [-h] [-V] command ...
conda: error: unrecognized arguments: --croot
```
I also tried (unsuccessfully) to set `CONDA_BLD_PATH=/tmp` and/or
`TMPDIR=/tmp` as environment variables or to add
```
build:
script_env:
- TMPDIR
```
or
```conda-build:
root-dir: /tmp
```
to .condarc
--
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]