-
Notifications
You must be signed in to change notification settings - Fork 6
Can't locate JSON/RPC/Client.pm in @INC #7
Description
I'm having an issue when running the command
echo "kb|g.0" | genomes_to_contigs | contigs_to_sequences > E_coli.contig
the error is
Can't locate JSON/RPC/Client.pm in @inc (you may need to install the JSON::RPC::Client module) (@inc contains: /usr/share/rasttk/deployment/lib /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at /usr/share/rasttk/deployment/lib/Bio/KBase/CDMI/Client.pm line 3.
BEGIN failed--compilation aborted at /usr/share/rasttk/deployment/lib/Bio/KBase/CDMI/Client.pm line 3.
Compilation failed in require at /usr/share/rasttk/deployment/lib/Bio/KBase/CDMI/CDMIClient.pm line 4.
BEGIN failed--compilation aborted at /usr/share/rasttk/deployment/lib/Bio/KBase/CDMI/CDMIClient.pm line 4.
Compilation failed in require at /usr/share/rasttk/deployment/plbin/genomes_to_contigs.pl line 58.
BEGIN failed--compilation aborted at /usr/share/rasttk/deployment/plbin/genomes_to_contigs.pl line 58.
Can't locate JSON/RPC/Client.pm in @inc (you may need to install the JSON::RPC::Client module) (@inc contains: /usr/share/rasttk/deployment/lib /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at /usr/share/rasttk/deployment/lib/Bio/KBase/CDMI/Client.pm line 3.
BEGIN failed--compilation aborted at /usr/share/rasttk/deployment/lib/Bio/KBase/CDMI/Client.pm line 3.
Compilation failed in require at /usr/share/rasttk/deployment/lib/Bio/KBase/CDMI/CDMIClient.pm line 4.
BEGIN failed--compilation aborted at /usr/share/rasttk/deployment/lib/Bio/KBase/CDMI/CDMIClient.pm line 4.
Compilation failed in require at /usr/share/rasttk/deployment/plbin/contigs_to_sequences.pl line 64.
BEGIN failed--compilation aborted at /usr/share/rasttk/deployment/plbin/contigs_to_sequences.pl line 64.
I have already downloaded the json rpc client v 0.96 and installed it in my home directory. I also defined the enviromental variable PERL5LIB in .bashrc to include the location of the module JSON::RPC::Client, as follows:
export PERL5LIB=/home/location_of_the_file
I'm really lost here guys. Thanks in advance for any help you can provide.