Ok, I may have spoken too soon. Another script within my project requires the Bit::Vector module. I ran
$ state install Bit::Vector
and got the following results:
ββββββββββββββββββββββ
β Installing Package β
ββββββββββββββββββββββ
Updating Runtime
ββββββββββββββββ
Changes to your runtime may require some dependencies to be rebuilt.
Bit-Vector includes 1 dependencies, for a combined total of 62
dependencies.
ββ Carp-Clan (2 dependencies)
Something Went Wrong
ββββββββββββββββββββ
x Could not install dependencies
x The project is currently building. Please visit
https://platform.activestate.com/Samir-Parikh/aoc2020 to see the
progress.
Need More Help?
βββββββββββββββ
β’ Run β `state install --help` for general
help
β’ Visit the Forum β
https://community.activestate.com/c/state-tool/
I checked the project dashboard online and, after building for a few minutes, it appears that the Bit::Vector
package is there. When I run the script that requires this module, I get another error in the Komodo IDE:
Can't locate Bit/Vector.pm in @INC (you may need to install the Bit::Vector module) (@INC contains: /home/username/Komodo-IDE-12/lib/support/dbgp/perllib /home/username/perl5/lib/perl5/5.30.0/x86_64-linux-gnu-thread-multi /home/username/perl5/lib/perl5/5.30.0 /home/username/perl5/lib/perl5/x86_64-linux-gnu-thread-multi /home/username/perl5/lib/perl5 /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0 /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at line 4.
BEGIN failed--compilation aborted at line 4.
The output of state packages is also below:
ββββββββββββββββββββ
β Listing Packages β
ββββββββββββββββββββ
Name Version
ββββββββββββββββββββββββββββββββ
Bit::Vector Auto
Math::Prime::Util Auto
Any suggestions here would be greatly appreciated.
Thanks again.
Samir