Hello,
I have installed the polymer tar.gz and run the install-anaconda-deps.sh command successfully. However, the next step is to make auxdata_all, and I don't see that in the directory? I get this error when I try to run it from the polymer-v4.13 folder:
(OSI) Gabes-MacBook-Pro:polymer-v4.13 gabe$ make auxdata_all
make: wget: No such file or directory
make: *** [auxdata/generic/LUT.hdf] Error 1
It still makes a blank auxdata directory with common and generic subfolders, but stops after that.
Some previous posts have referenced downloading it from somewhere on the website, if that is the case where could I find it?
Thanks so much!
Sincerely,
-Gabe
Auxdata_all for 4.13 on Mac
- fsteinmetz
- Site Admin
- Posts: 315
- Joined: Fri Sep 07, 2018 1:34 pm
- company / institution: Hygeos
- Location: Lille, France
- Contact:
Re: Auxdata_all for 4.13 on Mac
Hello Gabe,
The command "make auxdata_all" triggers some commands defined in the file called "Makefile", to actually download some required files.
This download uses the command "wget" which is standard on linux systems. Although I have never tried to make this work on Mac environments, I guess you can install wget using either brew, or conda (see here). Then you should be able to run "make auxdata_all".
Cheers,
François
The command "make auxdata_all" triggers some commands defined in the file called "Makefile", to actually download some required files.
This download uses the command "wget" which is standard on linux systems. Although I have never tried to make this work on Mac environments, I guess you can install wget using either brew, or conda (see here). Then you should be able to run "make auxdata_all".
Cheers,
François
-
- Posts: 1
- Joined: Mon Aug 08, 2022 4:27 pm
- company / institution: UTwente
- Location: Enschede
Re: Auxdata_all for 4.13 on Mac
Hello François
I am recently trying to install POLYMER on my mac OS and ran into the same problem as Gabe.
I have already tried installing wget like you suggested but no success..
(polymer) julianatavora@julianas-mbp polymer-v4.14 % make auxdata_all
make: wget: No such file or directory
make: *** [auxdata/generic/LUT.hdf] Error 1
and I also get a blank auxdata directory with common and generic subfolders.
can you help?
Thanks a ton
Juliana
I am recently trying to install POLYMER on my mac OS and ran into the same problem as Gabe.
I have already tried installing wget like you suggested but no success..
(polymer) julianatavora@julianas-mbp polymer-v4.14 % make auxdata_all
make: wget: No such file or directory
make: *** [auxdata/generic/LUT.hdf] Error 1
and I also get a blank auxdata directory with common and generic subfolders.
can you help?
Thanks a ton
Juliana
- fsteinmetz
- Site Admin
- Posts: 315
- Joined: Fri Sep 07, 2018 1:34 pm
- company / institution: Hygeos
- Location: Lille, France
- Contact:
Re: Auxdata_all for 4.13 on Mac
Sorry to come late on this issue, but I am not familiar with macos environments. I didn't understand if your issue is that you couldn't install wget, or did it still fail after doing so ?