Closed zyzhang1992 closed 9 months ago
Hi @zyzhang1992,
First of all, sorry for the delay in the response. I'm not sure about the error, because it seems you had a previous installation of PySeg. What it's mandatory for a successful compilation during the pyseg installation is that both gcc/g++ compilers point to a version lower or equal to 7.
Regarding your question, yes, the plugin automatically downloads the pyseg_system code. Apart from that it compiles DisPerSe and ctfsio programs and generates a conda environment containing all the required package dependencies. Thus, the pyseg_system corresponding version should be located in SCIPION_HOME/software/em/pySeg_Version/
Anything, let us know
I have exactly the same problem that comes from https://github.com/scipion-em/scipion-em-pyseg/blob/devel/pyseg/__init__.py#L182 This code expected smth like /path/to/gcc-7, which is not always the case
I am having problem installing scipion-em-pyseg and didn't have a clue about what the errors might be. I have git cloned the scipion-em-pyseg repo and ran the following command for installation:
./scipion3 installp -p scipion-em-pyseg --devel Scipion v3.0.11 - Eugenius
Is this suppose to install the pyseg_system automatically? Or do I need to install pyseg_system separately and make sure that scipion3 can link to it? If you any advices on how to do that? I am installing with CentOS 7.
Thansk!