ajdawson / windspharm

A Python library for spherical harmonic computations on vector winds.
http://ajdawson.github.io/windspharm
MIT License
82 stars 36 forks source link

numpy 1.12 issue #84

Closed doutriaux1 closed 7 years ago

doutriaux1 commented 7 years ago
conda create -n ws -c conda-forge  windspharm "numpy=1.12" 
Fetching package metadata .........
Solving package specifications: ....

UnsatisfiableError: The following specifications were found to be in conflict:
  - numpy 1.12*
  - windspharm
Use "conda info <package>" to see the dependencies for each package.
doutriaux1 commented 7 years ago

this is on osx64

doutriaux1 commented 7 years ago

trying to build locally here's what I get:

...Can't build /git/conda-recipes/windspharm due to unsatisfiable dependencies:
The following specifications were found to be in conflict:
  - pyspharm -> numpy 1.10*|1.11*
  - pyspharm -> python 3.4*|3.5*|3.6*
  - windspharm 1.5.1 np112py27_0
Use "conda info <package>" to see the dependencies for each package.
ajdawson commented 7 years ago

windspharm depends on pyspharm, pyspharm doesn't change very often so it hasn't been rebuilt on conda-forge since numpy 1.12 was released. Please open a ticket on the conda-forge/pyspharm-feedstock repository.

If you want to build locally as a workaround, you need to build pyspharm, not windspharm.

ajdawson commented 7 years ago

Fixed by conda-forge/pyspharm-feedstock#6

doutriaux1 commented 7 years ago

that is awesome! thx!

ocefpaf commented 7 years ago

Sorry. Forgot to xref it here.