Mihai Capotă

Results 82 comments of Mihai Capotă

Hello, @orko19! It looks like BrainIAK is using a `clang` that does not support OpenMP. You probably noticed in the [BrainIAK installation instructions]( https://brainiak.org/docs/installation.html) you linked a section about installing...

If I understand correctly, you are trying to do something that one of the examples is doing: https://github.com/brainiak/brainiak/blob/v0.7.1/examples/fcma/mvpa_voxel_selection.py#L62 ``` data, labels = prepare_searchlight_mvpa_data(images, conditions) ``` If so, can you try...

I have just ran the shell script again in a fresh virtual environment and it worked. Can you please confirm you are using BrainIAK 0.7.1?

That makes sense. Please change the title of this issue; or close it and open a new issue.

Hello, @cosmosanalytics. Our methods use fMRI data, but maybe some could be ported to other data types. Please have a look at the tutorials and see if can apply to...

You may have noticed I tagged this issue for the upcoming BrainIAK release. Do you think you will converge on a solution in the next few weeks?

Pip support for [PEP 518 -- Specifying Minimum Build System Requirements for Python Projects](https://www.python.org/dev/peps/pep-0518/) would fix our problem. https://github.com/pypa/pip/issues/3691

I am re-tagging this as "enhancement" because it does not really break anything. It only scares the users who might think something is wrong. The installation continues fine, even if...

Another argument to leave this be and wait for PEP 518 to be implemented: The latest version of SciPy has the same problem. ``` $ pip3 install scipy-0.18.0rc2.tar.gz Processing ./scipy-0.18.0rc2.tar.gz...

I think adding an implementation would be great. Probably it should be in `funcalign` if it only applies to SRM, though.