krischer / mtspec

Python library for multitaper spectral estimations
http://krischer.github.io/mtspec/
GNU General Public License v3.0
69 stars 44 forks source link

python 3.6, pip install works, conda does not #18

Closed kylerbrown closed 6 years ago

kylerbrown commented 6 years ago

Error from conda:

$ conda install mtspec

Fetching package metadata .............
Solving package specifications: .

UnsatisfiableError: The following specifications were found to be in conflict:
  - mtspec -> python 3.4* -> xz 5.0.5
  - python 3.6*
Use "conda info <package>" to see the dependencies for each package.

Pip install works, tests pass.

Thank you for your work on this project!

megies commented 6 years ago

I've opened a PR against the conda feedstock, see https://github.com/conda-forge/mtspec-feedstock/pull/4.

megies commented 6 years ago

@kylerbrown conda-forge is building that package right now, so it should be in conda-forge channel within a day or so (OSX builds usually take longer)

krischer commented 6 years ago

Thanks a bunch @megies!