Skip to content
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

Make fails to find Miniconda2 #327

Open
gkenway opened this issue Jul 22, 2019 · 1 comment
Open

Make fails to find Miniconda2 #327

gkenway opened this issue Jul 22, 2019 · 1 comment
Labels

Comments

@gkenway
Copy link

gkenway commented Jul 22, 2019

I'm trying to install taucmdr on a linux x86 workstation. There is something wrong with the install that can't find the Minicona file it downloaded, even though it actually exists. I've hacked the Makefile to set USE_MINICOND=false and it gets further, but then dies when you actually try to run tau initialize

Gaetan

gkenway@linux249:~/scratch/packages$ git clone https://github.com/ParaToolsInc/taucmdr.git
Cloning into 'taucmdr'...
remote: Enumerating objects: 2508, done.
remote: Counting objects: 100% (2508/2508), done.
remote: Compressing objects: 100% (560/560), done.
remote: Total 57329 (delta 2242), reused 2172 (delta 1934), pack-reused 54821
Receiving objects: 100% (57329/57329), 35.88 MiB | 18.37 MiB/s, done.
Resolving deltas: 100% (46378/46378), done.
gkenway@linux249:~/scratch/packages$ cd taucmdr/
/u/wk/gkenway/scratch/packages/taucmdr
(master) gkenway@linux249:~/scratch/packages/taucmdr$ make install
--2019-07-22 15:48:37--  https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh
Resolving repo.continuum.io (repo.continuum.io)... 104.18.201.79, 104.18.200.79, 2606:4700::6812:c84f, ...
Connecting to repo.continuum.io (repo.continuum.io)|104.18.201.79|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 45117115 (43M) [application/x-sh]
Saving to: ‘system/src/Miniconda2-latest-Linux-x86_64.sh’

100%[=================================================================================================================================================>] 45,117,115   112MB/s   in 0.4s   

2019-07-22 15:48:38 (112 MB/s) - ‘system/src/Miniconda2-latest-Linux-x86_64.sh’ saved [45117115/45117115]

bash system/src/Miniconda2-latest-Linux-x86_64.sh -b -p /u/wk/gkenway/taucmdr-1.3.0.1/conda
wc: /u/wk/gkenway/scratch/packages/taucmdr/system/src
/u/wk/gkenway/scratch/packages/taucmdr/system/src/Miniconda2-latest-Linux-x86_64.sh: No such file or directory
ERROR: size of Miniconda2-latest-Linux-x86_64.sh should be     45117115 bytes
make: *** [Makefile:194: /u/wk/gkenway/taucmdr-1.3.0.1/conda/bin/python] Error 1
(master) gkenway@linux249:~/scratch/packages/taucmdr$ ls /u/wk/gkenway/scratch/packages/taucmdr/system/src/Miniconda2-latest-Linux-x86_64.sh
/u/wk/gkenway/scratch/packages/taucmdr/system/src/Miniconda2-latest-Linux-x86_64.sh
(master) gkenway@linux249:~/scratch/packages/taucmdr$ 
@nchaimov
Copy link
Member

I am unsure of the source of the error you are seeing with the installation of Miniconda. I was unable to reproduce it on our systems. Can you provide more details on the system you are trying to install on? In particular, what Linux distribution and version of that distribution is it running?

You may want to try the unstable branch, which represents a soon-to-be-released version and has several bug fixes in it. If you try that branch, try installing with make install INSTALLDIR=/path/to/install, e.g., make install INSTALLDIR=$HOME/taucmdr-install

@nchaimov nchaimov added the bug label Jul 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants