Closed shahjapan closed 4 years ago
You can pass the new version for the build script with a parameter:
python setup.py build_orc --orc-version=1.6.4
Or build the old one by changing the source-url:
python setup.py build_orc --source-url=https://archive.apache.org/dist/orc/
Thanks @noirello it worked.
Apache has released newer version of ORC file i.e. 1.6.4 and they have moved their older version source to archive repository - which is causing HTTP 404 failure while building orc binaries. i.e. python setup.py build_orc failing
Old URL: https://downloads.apache.org/orc/orc-1.6.3/orc-1.6.3.tar.gz Moved to: https://archive.apache.org/dist/orc/orc-1.6.3/orc-1.6.3.tar.gz