CSV parser not installed at autoConTAMPR_module.pm line 98.
Closed this issue · 1 comments
ndeborto commented
CSV parser not installed at /home/nico/Documents/autoConTAMPR-master/bin/./autoConTAMPR_module.pm line 98.
jnarayan81 commented
You need to install Text::CSV to resolve the error
jitendra@jitendra-UNLOCK-INSTALL[Spreadsheet-Read-0.78] sudo cpan install Text::CSV
[sudo] password for jitendra:
Loading internal null logger. Install Log::Log4perl for logging messages
CPAN: Storable loaded ok (v2.53_01)
Reading '/home/jitendra/.cpan/Metadata'
Database was generated on Wed, 20 Jun 2018 09:29:02 GMT
CPAN: LWP::UserAgent loaded ok (v6.34)
CPAN: Time::HiRes loaded ok (v1.9726)
Fetching with LWP:
http://cpan.mirror.triple-it.nl/authors/01mailrc.txt.gz
CPAN: YAML loaded ok (v1.15)
Reading '/home/jitendra/.cpan/sources/authors/01mailrc.txt.gz'
CPAN: Compress::Zlib loaded ok (v2.068)
............................................................................DONE
Fetching with LWP:
http://cpan.mirror.triple-it.nl/modules/02packages.details.txt.gz
Reading '/home/jitendra/.cpan/sources/modules/02packages.details.txt.gz'
Database was generated on Fri, 31 Aug 2018 10:17:02 GMT
.............
New CPAN.pm version (v2.16) available.
[Currently running version is v2.11]
You might want to try
install CPAN
reload cpan
to both upgrade CPAN.pm and run the new version without leaving
the current session.
...............................................................DONE
Fetching with LWP:
http://cpan.mirror.triple-it.nl/modules/03modlist.data.gz
Reading '/home/jitendra/.cpan/sources/modules/03modlist.data.gz'
DONE
Writing /home/jitendra/.cpan/Metadata
Running install for module 'Text::CSV'
Fetching with LWP:
http://cpan.mirror.triple-it.nl/authors/id/I/IS/ISHIGAKI/Text-CSV-1.97.tar.gz
CPAN: Digest::SHA loaded ok (v5.95)
Fetching with LWP:
http://cpan.mirror.triple-it.nl/authors/id/I/IS/ISHIGAKI/CHECKSUMS
Checksum for /home/jitendra/.cpan/sources/authors/id/I/IS/ISHIGAKI/Text-CSV-1.97.tar.gz ok
CPAN: File::Temp loaded ok (v0.2304)
CPAN: CPAN::Meta::Requirements loaded ok (v2.132)
CPAN: Parse::CPAN::Meta loaded ok (v1.4414)
CPAN: CPAN::Meta loaded ok (v2.150001)
CPAN: Module::CoreList loaded ok (v5.20151213)
Configuring I/IS/ISHIGAKI/Text-CSV-1.97.tar.gz with Makefile.PL
Welcome to Text::CSV (v.1.97)
=============================
You have Text::CSV_XS (v.1.21), so Text::CSV can work very fast!!
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Text::CSV
Writing MYMETA.yml and MYMETA.json
ISHIGAKI/Text-CSV-1.97.tar.gz
/usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK
Running make for I/IS/ISHIGAKI/Text-CSV-1.97.tar.gz
cp lib/Text/CSV_PP.pm blib/lib/Text/CSV_PP.pm
cp lib/Text/CSV.pm blib/lib/Text/CSV.pm
Manifying 2 pod documents
ISHIGAKI/Text-CSV-1.97.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_pod.t ............... # PERL_TEXT_CSV: undef
t/00_pod.t ............... skipped: Test::Pod 1.00 required for testing POD
t/01_is_pp.t ............. ok
t/10_base.t .............. ok
t/12_acc.t ............... ok
t/15_flags.t ............. ok
t/20_file.t .............. ok
t/21_lexicalio.t ......... ok
t/22_scalario.t .......... ok
t/30_types.t ............. ok
t/40_misc.t .............. ok
t/41_null.t .............. ok
t/45_eol.t ............... ok
t/46_eol_si.t ............ ok
t/50_utf8.t .............. ok
t/51_utf8.t .............. ok
t/55_combi.t ............. ok
t/60_samples.t ........... ok
t/65_allow.t ............. ok
t/66_formula.t ........... ok
t/70_rt.t ................ ok
t/71_pp.t ................ ok
t/75_hashref.t ........... ok
t/76_magic.t ............. ok
t/77_getall.t ............ ok
t/78_fragment.t .......... ok
t/79_callbacks.t ......... ok
t/80_diag.t .............. ok
t/81_subclass.t .......... ok
t/85_util.t .............. ok
t/90_csv.t ............... ok
t/91_csv_cb.t ............ ok
t/fields_containing_0.t .. ok
t/rt99774.t .............. ok
All tests successful.
Files=33, Tests=52099, 41 wallclock secs ( 3.59 usr 0.35 sys + 39.74 cusr 0.46 csys = 44.14 CPU)
Result: PASS
ISHIGAKI/Text-CSV-1.97.tar.gz
/usr/bin/make test -- OK
Running make install
Manifying 2 pod documents
Installing /usr/local/share/perl/5.22.1/Text/CSV.pm
Installing /usr/local/share/perl/5.22.1/Text/CSV_PP.pm
Installing /usr/local/man/man3/Text::CSV_PP.3pm
Installing /usr/local/man/man3/Text::CSV.3pm
Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.22.1/perllocal.pod
ISHIGAKI/Text-CSV-1.97.tar.gz
/usr/bin/make install -- OK