Friday, 1 September 2023

Downloading auxiliary data with anaconda prompt

I'm following the steps here. So I used the following code to install dependencies,

  conda create -n polymer -c conda-forge mamba
  conda activate polymer
  mamba env update -f environment.yml

But in the next step, I couldn't download auxiliary data by,

make auxdata_all

Edit:

As suggested by @Musabbir Arrafi, I first installed make package and cd into the folder which ther is makefile in it. Then after uaing make auxdata_all command I get this error:

The syntax of the command is incorrect.
make: ***[makefile:68: directories] Error 1

I searches a lot for this exact error but with no result. Can you help me to fix this error?



from Downloading auxiliary data with anaconda prompt

No comments:

Post a Comment