Re: [Tutor] Moving a conda environment to an off-line computer

2018-12-03 Thread Henrique Castro
Thank you for all the insightful replies! It looks like the problem is exactly that deepchem is looking for an internet connection and crashing. I'll see what I can do and provide some feedback here. Again, thank you for using some of your time to take a look at this. -- Henrique C. S. Junior _

Re: [Tutor] Moving a conda environment to an off-line computer

2018-12-02 Thread Matt Ruffalo
Hi Henrique- It is quite easy to transfer an Anaconda installation from one machine to the other by copying all of the files -- I have done this repeatedly with cluster compute environments. It is sometimes nicer to run `conda upgrade --all` in a local VM and then `rsync` the updated Anaconda inst

Re: [Tutor] Moving a conda environment to an off-line computer

2018-12-01 Thread Alan Gauld via Tutor
On 01/12/2018 11:41, Henrique Castro wrote: > Thank you guys, I'll try to contact the Conda community. Try: https://support.anaconda.com/ "Community Support" looks a likely option -- Alan G Author of the Learn to Program web site http://www.alan-g.me.uk/ http://www.amazon.com/author/alan_

Re: [Tutor] Moving a conda environment to an off-line computer

2018-12-01 Thread Oscar Benjamin
On Sat, 1 Dec 2018 at 00:10, Henrique Castro wrote: > > Dear colleagues, > Soon I'll start to use one of the powerful computers on my university as a > tool in my Ph.D. The computer does not have an internet connection and I need > to find a way to install a conda environment on it. When you sa

Re: [Tutor] Moving a conda environment to an off-line computer

2018-12-01 Thread Mats Wichmann
On 12/1/18 12:20 PM, Alan Gauld via Tutor wrote: > On 01/12/2018 11:41, Henrique Castro wrote: >> Thank you guys, I'll try to contact the Conda community. > > >> Alan Gauld, good to know. I suggest that you try to spread the news > > I only meant that because it was Fedora (rather than a bespoke

Re: [Tutor] Moving a conda environment to an off-line computer

2018-12-01 Thread Alan Gauld via Tutor
On 01/12/2018 11:41, Henrique Castro wrote: > Thank you guys, I'll try to contact the Conda community. > Alan Gauld, good to know. I suggest that you try to spread the news I only meant that because it was Fedora (rather than a bespoke Linux build) that you should find a binary package someplace

Re: [Tutor] Moving a conda environment to an off-line computer

2018-12-01 Thread David Rock
> On Dec 1, 2018, at 05:41, Henrique Castro wrote: > > Thank you guys, I'll try to contact the Conda community. > Alan Gauld, good to know. I suggest that you try to spread the news to Fermi > Lab, CERN and other research centers. > Sometimes when you need a specific setting it is just easier t

Re: [Tutor] Moving a conda environment to an off-line computer

2018-12-01 Thread Henrique Castro
ation hundreds of times. -- Henrique C. S. Junior From: Tutor on behalf of Alan Gauld via Tutor Sent: Saturday, December 1, 2018 07:12 To: tutor@python.org Subject: Re: [Tutor] Moving a conda environment to an off-line computer On 01/12/2018 00:43, Henrique C

Re: [Tutor] Moving a conda environment to an off-line computer

2018-12-01 Thread Alan Gauld via Tutor
On 01/12/2018 00:43, Henrique Castro wrote: >a cluster with 4 nodes each running Linux (our Fedora-based distro), OK, The good news is you should be able to get a pre-built distro rather than try to build your own. But I still think the Conda users are more likely to be able to assist. -- Alan

Re: [Tutor] Moving a conda environment to an off-line computer

2018-12-01 Thread Henrique Castro
riday, November 30, 2018 22:33 To: tutor@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 doe

Re: [Tutor] Moving a conda environment to an off-line computer

2018-11-30 Thread Mats Wichmann
On 11/30/18 5:35 PM, Steven D'Aprano wrote: > On Fri, Nov 30, 2018 at 01:47:11PM +, Henrique Castro wrote: > >> Dear colleagues, > >> Soon I'll start to use one of the powerful computers on my university >> as a tool in my Ph.D. The computer does not have an internet >> connection and I nee

Re: [Tutor] Moving a conda environment to an off-line computer

2018-11-30 Thread Steven D'Aprano
On Fri, Nov 30, 2018 at 01:47:11PM +, Henrique Castro wrote: > Dear colleagues, > Soon I'll start to use one of the powerful computers on my university > as a tool in my Ph.D. The computer does not have an internet > connection and I need to find a way to install a conda environment on > i

Re: [Tutor] Moving a conda environment to an off-line computer

2018-11-30 Thread Alan Gauld via Tutor
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 ha