We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@amilworks @connor11son @chandrakanth-gudavalli Hi, We are trying to build the bisque from scratch. As an update the biodev server (barrel) is moved to nail04 server (vat).
The text was updated successfully, but these errors were encountered:
@amilworks For now we are unable to locate the binaries in (barrel). Here is the build error we are facing :
Failed to fetch '7B92AE8430943F2EC4C51AAC207FD41C39627584-feature_extractors-Linux-64bit.zip' with HTTPConnectionPool(host='biodev.ece.ucsb.edu', port=80): Max retries exceeded with url: /binaries/depot/7B92AE8430943F2EC4C51AAC207FD41C39627584-feature_extractors-Linux-64bit.zip (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f46bdec3710>: Failed to establish a new connection: [Errno 4] Interrupted system call',)) Fetching http://biodev.ece.ucsb.edu/binaries/depot/9E7E137FCBA36D1CAC6189C5CE2AE82B079BC5B8-imarisconvert_glibc2.11.tar.gz Fetching http://biodev.ece.ucsb.edu/binaries/depot/7B92AE8430943F2EC4C51AAC207FD41C39627584-feature_extractors-Linux-64bit.zip
Looking for pointers !
Thanks,
Sorry, something went wrong.
The file that you are looking for is EXTERNAL_FILES. In this file, we define which binaries are needed for the respective builds:
EXTERNAL_FILES
https://github.com/UCSB-VRL/bisqueUCSB/blob/947ea96b363734d793e40b061d60d08ae0e5ca18/source/config-defaults/EXTERNAL_FILES
We can probably try to download the binaries individually and host them on a different node.
No branches or pull requests
@amilworks @connor11son @chandrakanth-gudavalli Hi, We are trying to build the bisque from scratch. As an update the biodev server (barrel) is moved to nail04 server (vat).
The text was updated successfully, but these errors were encountered: