krischer/mtspec

Problem installing for Anaconda on Windows 10

omrivolk opened this issue · 2 comments

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?

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: conda-forge/mtspec-feedstock#2, conda-forge/mtspec-feedstock#1 Any help is appreciated.

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

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...)