fermi-lat / Fermitools-conda

Conda recipe files for the Fermi Sciencetools software analysis package: Fermitools
https://fermi.gsfc.nasa.gov/ssc/data/analysis/
BSD 3-Clause "New" or "Revised" License
34 stars 17 forks source link

conda create tells me fermitools is in conflict #41

Closed landriu closed 5 years ago

landriu commented 5 years ago

Hello,

I would like to create another independent version of fermitools, in a new directory 1.0.10X using the following command, but got a conflict message : [landriu@sappcfermi] ~ > conda create -c conda-forge -c fermi fermitools sympy fermipy --prefix=/dsm/saplxglast/glast/fermitools/1.0.10X WARNING: The conda.compat module is deprecated and will be removed in a future release. Collecting package metadata: done Solving environment: failed

UnsatisfiableError: The following specifications were found to be in conflict:

What should I do then to get this new independent installation?

Thank you for your help,

David Landriu

landriu commented 5 years ago

Sorry : I did not find immediately the QuickStart guide, and following these explanations I could get the installation by doing a similar command as given in the example :

conda create -c conda-forge/label/cf201901 -c fermi fermitools sympy fermipy --prefix=/dsm/saplxglast/glast/fermitools/1.0.10X

I think I can close this issue then.

Cheers,

David Landriu