When I follow the instructions at
https://arrow.apache.org/docs/developers/benchmarks.html

"pip install -e dev/archery"

I get a permission denied (error pasted at the end in full).  Are there
additional steps that need to happen when using virtualenv?

Thanks,
Micah

Obtaining file:///home/emkornfield_gmail_com/arrow/dev/archery
    ERROR: Command errored out with exit status 1:
     command: /home/emkornfield_gmail_com/venv/bin/python3 -c 'import sys,
setuptools, tokenize; sys.argv[0] =
 '"'"'/home/emkornfield_gmail_com/arrow/dev/archery/setup.py'"'"';
__file__='"'"'/home/emkornfield_gmail_com/a
rrow/dev/archery/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"',
open)(__file__);code=f.read().replace('"'"'
\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__,
'"'"'exec'"'"'))' egg_info
         cwd: /home/emkornfield_gmail_com/arrow/dev/archery/
    Complete output (2 lines):
    running egg_info
    error: [Errno 13] Permission denied
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info
Check the logs for full command output

Reply via email to