kushalkolar / MESmerize

Platform for Calcium Imaging analysis. DEPRECATED.
GNU General Public License v3.0
58 stars 14 forks source link

CaImAn instalattion error #66

Closed szocs93 closed 2 years ago

szocs93 commented 2 years ago

Dear all!

I'm trying to install mesmerize on Windows and been stuck with installation. (see attached image) I've been waiting more than 28 hours and still not doing anything and not moving forward. I tried a few commands for caiman install and both ended up here. Someone has some idea how to solve it?

Thanks in advance, Szilárd crop

mestmas commented 2 years ago

Hi!! One of the issues could be missing visual studio (required for caiman installation): " Install Microsoft Build Tools for Visual Studio 2017 https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017. You can find older versions of visual studio in a link to older tools at the bottom of the page. Check the “Build Tools” box, and in the detailed view on the right check the “C/C++ CLI Tools” component too. The specifics of this occasionally change as Microsoft changes its products and website; you may need to go off-script"

if you already have Visual Studio or after installing it still not working, try to clone and installing it from github directly (it did work for me):

Hope it helps.

kushalkolar commented 2 years ago

This is a common problem with conda. Try to install caiman using mamba, you should be able to find information on mamba by searching the caiman or mesmerize gitter.

On Wed, Oct 6, 2021, 06:18 mestmas @.***> wrote:

Hi!! One of the issues could be missing visual studio (required for caiman installation): " Install Microsoft Build Tools for Visual Studio 2017 https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017. You can find older versions of visual studio in a link to older tools at the bottom of the page. Check the “Build Tools” box, and in the detailed view on the right check the “C/C++ CLI Tools” component too. The specifics of this occasionally change as Microsoft changes its products and website; you may need to go off-script"

if still not working try to clone and installing it from github directly (it did work for me):

-

Clone CaImAn git clone https://github.com/flatironinstitute/CaImAn (you can clone wherever you want)

cd into the folder in which you cloned CaImAn

activate mesmerize enviroment

install CaImAn: pip install .

Hope it helps.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kushalkolar/MESmerize/issues/66#issuecomment-935912955, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACHXXRG2GQDOSX2K4P27LZTUFQPBBANCNFSM5FNYRYXQ .

kushalkolar commented 2 years ago

@szocs93 https://github.com/flatironinstitute/CaImAn/issues/924

kushalkolar commented 2 years ago

@szocs93 please look into the mamba installation for caiman