Hi,
After installing, I tried to run ./secnet.py3 --input "input/*.fasta" --output output/ --label 8, I got the following error:
ImportError: .../tmpkfs0vfj_/m421b8f9682a0784590c633adeca22317.so: undefined symbol: _ZdlPvm
I've come across this before, you just need to run anaconda3/bin/conda install libgcc in your secnet folder. I looked at the install scripts so I could include this dependency, but I see that you download a pre prepared anaconda tarball, so I can't make a pull request. It might be worth updating that tarball.
Hi,
After installing, I tried to run
./secnet.py3 --input "input/*.fasta" --output output/ --label 8, I got the following error:ImportError: .../tmpkfs0vfj_/m421b8f9682a0784590c633adeca22317.so: undefined symbol: _ZdlPvmI've come across this before, you just need to run
anaconda3/bin/conda install libgccin your secnet folder. I looked at the install scripts so I could include this dependency, but I see that you download a pre prepared anaconda tarball, so I can't make a pull request. It might be worth updating that tarball.