Frederik Beaujean

Results 71 comments of Frederik Beaujean

you mean the numpy used by the wheel builder was perhaps too old? Thanks for the hint, I will check

Can you try to remove it? The cython dependency should be pulled in automatically during installation of pypmc

Can you check what ``` pip3 --version ``` says? Perhaps your pip is too old, I remember updating to pip19 that has better ways to define dependencies at build time...

An alternative would be to first install cython again, then install an older version of pypmc like ``` pip3 install pypmc==1.1.2 ``` I didn't add any features in the last...

@mingdeyu I just uploaded the tarball and don't have a mac available, could you tell me if the regular installation with pip3 install pypmc now works without problems?

what about this PR? Merge or close?

As a side note, I happened to be notified about this PR adding openmp support for fftw on conda. MIght be worth a look for us https://github.com/conda-forge/fftw-feedstock/pull/46

@mtazzari Perhaps you can store the file on AWS with anonymous access

@mtazzari Ah, it's just 835 kb. I would just store it in this repository, so people can download the code and have the file available. That's the easiest and most...