bcgov / von-network

A portable development level Indy Node network.
Apache License 2.0
163 stars 188 forks source link

'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f1d47c8d7f0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/pip/ #280

Open dolly1997 opened 1 year ago

dolly1997 commented 1 year ago

Hi @jleach @cvarjao

I have cloned the latest repo of Von-network and tried to build the image using ./manage build command but encountered an error. Attaching the error screenshot

image

Could you please look into this!

WadeBarnes commented 1 year ago

Hi @dolly1997, The real error here is IPv4 forwarding is disabled. Networking will not work.. It appears you have IPv4 forwarding disabled on your machine. If you google that error message you will find help on how to enable IPv4 forwarding. Let me know how that goes.

WadeBarnes commented 1 year ago

@dolly1997, This, https://github.com/bcgov/von-network/issues/278#issuecomment-1770882279, fixed similar issues.