Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install LRR predictor #6

Open
cst-ramirez opened this issue Dec 27, 2022 · 0 comments
Open

Cannot install LRR predictor #6

cst-ramirez opened this issue Dec 27, 2022 · 0 comments

Comments

@cst-ramirez
Copy link

Hi,

I can't install using Docker, I get the following error
Error response from daemon: Get "https://193.231.158.8:5000/v2/": x509: certificate has expired or is not yet valid: current time 2022-12-27T13:29:55+01:00 is after 2021-02-26T16:38:47Z
It seems the certificate is out of date. Not sure.

I also can't build from source code.
I always get errors on this step
make -j $MakeNoOfThreads
and get the following error message
[ 60%] Building CXX object src/CMakeFiles/CS_OBJECTS.dir/cs/getopt_pp.cc.o In file included from ~/LRRpredictor_v1/hh-suite/src/cs/getopt_pp.cc:22: ~/LRRpredictor_v1/hh-suite/src/cs/getopt_pp.h:353:31: error: ISO C++17 does not allow dynamic exception specifications 353 | void end_of_options() const throw(GetOptEx) { | ^~~~~ ~/LRRpredictor_v1/hh-suite/src/cs/getopt_pp.h:363:61: error: ISO C++17 does not allow dynamic exception specifications 363 | GETOPT_INLINE GetOpt_pp& operator >> (const _Option& opt) throw(GetOptEx); | ^~~~~ ~/LRRpredictor_v1/hh-suite/src/cs/getopt_pp.h:371:67: error: ISO C++17 does not allow dynamic exception specifications 371 | const std::string& long_opt) throw(GetOptEx) { | ^~~~~ ~/LRRpredictor_v1/hh-suite/src/cs/getopt_pp.h:386:54: error: ISO C++17 does not allow dynamic exception specifications 386 | template <class T> inline T getopt(char short_opt) throw(GetOptEx) { | ^~~~~ ~/LRRpredictor_v1/hh-suite/src/cs/getopt_pp.cc:115:25: error: ISO C++17 does not allow dynamic exception specifications 115 | const _Option& opt) throw (GetOptEx) { | ^~~~~ make[2]: *** [src/CMakeFiles/CS_OBJECTS.dir/build.make:132: src/CMakeFiles/CS_OBJECTS.dir/cs/getopt_pp.cc.o] Error 1

If I just blindly continue with the installation and try to run one of training datasets, I correct line 13 of LRRpred.py from from sklearn.externals import joblib to simply import joblib, and then get the error message Failed in generating TGT file for sequence gpa2

Any idea what could be going wrong here?
Clearly hhsuite is not installing correctly, and that's about all I know with my limited programming skills.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant