[Tutor] Moving a conda environment to an off-line computer
Henrique Castro
henriquecsj at outlook.com
Fri Nov 30 19:43:50 EST 2018
Hi,
The computer is a cluster with 4 nodes each running Linux (our Fedora-based distro), 12 cores/64 GB RAM per node using CUDA. At first, I'll be using only one node.
--
Henrique C. S. Junior
________________________________
From: Tutor <tutor-bounces+henriquecsj=outlook.com at python.org> on behalf of Alan Gauld via Tutor <tutor at python.org>
Sent: Friday, November 30, 2018 22:33
To: tutor at python.org
Subject: Re: [Tutor] Moving a conda environment to an off-line computer
On 30/11/2018 13:47, Henrique Castro wrote:
> ... use one of the powerful computers on my university
It would help if we knew what kind of powerful computer this is.
What OS does it run? It sounds like some variety of Unix, but which?
Does it have a C compiler on board?
> The computer does not have an internet connection
> and I need to find a way to install a conda environment on it.
This may be a question that the Anaconda community can
better answer since building your own Anaconda suite is non trivial.
So unless you find a pre-built environment for your new OS which
you can download and copy to removable media you will likely need
specialist help. That's more likely to be found on the Anaconda
fora than on a general Python list like this one.
> File "/home/henrique/bin/anaconda3/envs/deepchem/lib/python3.6/http/client.py", line 936, in connect
> (self.host,self.port), self.timeout, self.source_address)
> File "/home/henrique/bin/anaconda3/envs/deepchem/lib/python3.6/socket.py", line 704, in create_connection
> for res in getaddrinfo(host, port, 0, SOCK_STREAM):
> File "/home/henrique/bin/anaconda3/envs/deepchem/lib/python3.6/socket.py", line 745, in getaddrinfo
> for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
> socket.gaierror: [Errno -2] Name or service not known
Apparently the test file tries to access the internet so will obviously
fail on a non internet connected device. (BTW is it on any kind of
network or is it entirely standalone?)
--
Alan G
Author of the Learn to Program web site
https://eur04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.alan-g.me.uk%2F&data=02%7C01%7C%7C2a739252872d48babd6208d65725104e%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636792214023931869&sdata=8KuHyIuihRIwDB1bKIF7ZS7PJRwdtNLMVk7AYNOW%2B1s%3D&reserved=0
https://eur04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.amazon.com%2Fauthor%2Falan_gauld&data=02%7C01%7C%7C2a739252872d48babd6208d65725104e%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636792214023931869&sdata=mgXxj1AChik%2B%2F2lCfL%2BNdJdfhUFDc2XLmEwgIMs8n50%3D&reserved=0
Follow my photo-blog on Flickr at:
https://eur04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.flickr.com%2Fphotos%2Falangauldphotos&data=02%7C01%7C%7C2a739252872d48babd6208d65725104e%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636792214023931869&sdata=HtkISkcgLNnKMFTIZcqT3VEZaBbPVfdRV11M16YjpQI%3D&reserved=0
_______________________________________________
Tutor maillist - Tutor at python.org
To unsubscribe or change subscription options:
https://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmail.python.org%2Fmailman%2Flistinfo%2Ftutor&data=02%7C01%7C%7C2a739252872d48babd6208d65725104e%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636792214023931869&sdata=vrmETDxK13BxuOWQ2cSMG13xmb%2FX3ly85NvVwqEUjXg%3D&reserved=0
More information about the Tutor
mailing list