-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
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
Error occurred while using Docker for build #1128
Comments
The relevant part of your error message is It looks like you have sort of network error reaching github from whatever environment you are building in. Maybe check your network and try again? |
Also if your main system uses a proxy to connect to the web, that is not
necessarily passed through to the docker container depending on how docker
is configured.
…On Mon, Sep 9, 2024 at 10:53 AM David Manthey ***@***.***> wrote:
The relevant part of your error message is
Could not install packages due to an OSError: HTTPSConnectionPool(host='
raw.githubusercontent.com', port=443): Max retries exceeded with url:
/girder/large_image_wheels/wheelhouse/pyvips-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
(Caused by
NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object
at 0x7f590cf49250>: Failed to establish a new connection: [Errno 111]
Connection refused')) 25.62
It looks like you have sort of network error reaching github from whatever
environment you are building in. Maybe check your network and try again?
—
Reply to this email directly, view it on GitHub
<#1128 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFODTRERLSMRF7GQANZ2BDZVWY6VAVCNFSM6AAAAABN2S543SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZYGM2DKNZXGQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
David A Gutman, M.D. Ph.D.
Associate Professor of Pathology
Emory University School of Medicine
|
Hello, I encountered an error while building histomicstk using Docker (for use in DSA). The error occurred in 'Collecting pyvips (from large image [all])'. I tried to cancel the -- find_link parameter, but this would result in more errors. Here is the complete error record:
The text was updated successfully, but these errors were encountered: