Broadband India Forum
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
SMF - Just Installed!
Home
Help
Search
Login
Register
Broadband India Forum
»
Web 2.0 & Services
»
Technology
»
Installing New Perl Modules
« previous
next »
Print
Pages: [
1
]
Author
Topic: Installing New Perl Modules (Read 13047 times)
wiredlife
Hero Member
Posts: 937
Installing New Perl Modules
«
on:
January 23, 2023, 11:21:23 AM »
Refer here
http://dslindia.com/how-to-install-perl-packages-without-ppm-of-activestate/
For Installing OpenAI on ActiveState Perl
1. Installed cpanminus from within ppm
2. then ran the command cpanm
https://cpan.metacpan.org/authors/id/N/NF/NFERRAZ/OpenAI-API-0.07.tar.gz
3. it failed - ! Installing the dependencies failed: Installed version (6.15) of LWP::UserAgent is not in range '6.47'
4. Then I did cpanm LWP even it failed because Net::HTTP is not in range '6.18'
5. Then I did
cpanm Net:HTTP --force
so that I get the latest version
6. The I tried cpanm
https://cpan.metacpan.org/authors/id/N/NF/NFERRAZ/OpenAI-API-0.07.tar.gz
- Installed successfully
Logged
Print
Pages: [
1
]
« previous
next »
Broadband India Forum
»
Web 2.0 & Services
»
Technology
»
Installing New Perl Modules