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

Problem installing for Anaconda on Windows 10 #16

Open omrivolk opened 7 years ago

omrivolk commented 7 years ago

This is what I have so far:

C:\Users\omry>conda config --add channels conda-forge
Warning: 'conda-forge' already in 'channels' list, moving to the top

C:\Users\omry>conda install mtspec
Fetching package metadata .............

PackageNotFoundError: Package missing in current win-64 channels:
  - mtspec

Any ideas?

krischer commented 7 years ago

I actually have no idea how to install mtspec on Windows, but @ThomasLecocq did succeed as far as I know. Can you maybe chime in?

In any case - there currently are no conda packages for windows but two related issues exist: https://github.com/conda-forge/mtspec-feedstock/pull/2, https://github.com/conda-forge/mtspec-feedstock/issues/1 Any help is appreciated.

Did you try to install it with pip install mtspec? It might work assuming you have a gfortran compiler.

ThomasLecocq commented 7 years ago

I think I did it from source, using TDM-GCC as default /bin path for the compilators.

One thing to note is, at least for mt_deconv, there is a bug that "whatever input params, the result is always the same"... (I know, it sounds like "it doesn't work" and no explanation, but I can't find my notes back...)