I’m trying to download LLAMA3 with OLLAMA on a Linux OS in a VIRTUALBOX virtual machine and the machine works and OLLAMA is installed properly but after I execute the command OLLAMA SERVE and then the command OLLAMA PULL LLAMA2 or OLLAMA RUN LLAMA3 it shows me the following error message
pulling manifest
Error: pull model manifest: Get “https://registry.ollama.ai/v2/library/llama3/manifests/latest”: dial tcp: lookup registry.ollama.ai on [fe80::a2a3:f0ff:fe82:376c%!e(MISSING)th0]:53: read udp [fe80::8cb8:c9f5:288f:2407%!e(MISSING)th0]:39248->[fe80::a2a3:f0ff:fe82:376c%!e(MISSING)th0]:53: i/o timeout
I checked network connectivity and it works fine, I have no blocks in the FIREWALL and the same command works fine on a WINDOWS computer. Has anyone encountered this problem and can help me or manually install LLAMA3
Someone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.