-
Notifications
You must be signed in to change notification settings - Fork 29
Troubleshooting
Nathan Mih edited this page Mar 8, 2017
·
18 revisions
See: http://stackoverflow.com/questions/5178416/pip-install-lxml-error
-
/I-TASSER4.4/bin/solve does not run properly on a 64-bit system, giving this error in your I-TASSER output files for a sequence.
-
If you try running it manually, you get this error:
./solve: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
- Try installing 32-bit libraries according to this link
-
Download this executable: https://github.com/nmih/ssbio/blob/master/ssbio/etc/solve, obtained from here.
-
Replace /I-TASSER4.4/bin/solve with the new file, and try running:
./solve
-
If you get this error you also might want to install STRIDE from source.