From: Grigory S. <sha...@gm...> - 2021-05-14 08:17:28
|
Hi Karl, there are two problems: 1) you created a conda environment then activated it and then used scipion installer to create virtualenv inside conda env. This is a very weird setup. If you want to use conda, please follow the installation instructions. You only need to source conda itself (do not create env or activate it), and then run the installer with specific options. 2) you are using cuda 11.1 which is not supported by xmipp. You need to have cuda 10.x or disable CUDA during xmipp installation. Best regards, Grigory -------------------------------------------------------------------------------- Grigory Sharov, Ph.D. MRC Laboratory of Molecular Biology, Francis Crick Avenue, Cambridge Biomedical Campus, Cambridge CB2 0QH, UK. tel. +44 (0) 1223 267228 <+44%201223%20267228> e-mail: gs...@mr... On Fri, May 14, 2021 at 7:03 AM Karl Herbine < Kar...@st...> wrote: > Hi there, > > I can't seem to find the solution to this problem. I have tried installing > scipion3 for the past few days and I am about to give up. Attached I have > included the output of the installation after following the guide on your > website. It fails after running: > > python3 -m scipioninstaller /path/where/you/want/scipion -j 4 > > Things that i've tried so far: > 1) reinstalling libzstd-devel hdf5-devel gcc gcc-c++ openmpi-devel > 2) reinstalling miniconda > 3) uninstalling and reinstalling pip install --user scipion-installer > 4) pip install opencv-python > 5) uninstalling and installing xmipp using the plugin manager on scipion3 > GUI > > Any advice or help would be greatly appreciated. > > Thanks, > Karl > > _______________________________________________ > scipion-users mailing list > sci...@li... > https://lists.sourceforge.net/lists/listinfo/scipion-users > |