vmalisz commented on issue #33814: URL: https://github.com/apache/arrow/issues/33814#issuecomment-1399344531
I did install cmake via pip (also tried to uninstall and install again) .local/bin because I didn't run the install from the virtualenv this time, not sure why it's .local though, I'd have expected usr/bin but that's probably another story! The error is the same anyways; that's why I didn't notice, sorry bout the confusion. Here's the output from the same virtual env from before: [out.txt](https://github.com/apache/arrow/files/10473194/out.txt) + the information requested: (same for /home/pi/pyarrow-dev/bin/cmake) $ file /home/pi/.local/bin/cmake `/home/pi/.local/bin/cmake: Python script, ASCII text executable` $ head /home/pi/.local/bin/cmake ``` #!/usr/bin/python3 # -*- coding: utf-8 -*- import re import sys from cmake import cmake if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) sys.exit(cmake()) ``` -- 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]
