Closed provector closed 2 years ago
I tried it on a different system, after resolving dependecies I get that error:
Appending installation info to /root/perl5/lib/perl5/x86_64-linux-thread-multi/perllocal.pod
AJNN/Neo4j-Driver-0.27.tar.gz
/bin/make install -- OK
[root@den02vmfedpvcl02 tmp]# cpanm Neo4j-Bolt-0.20.tar.gz
--> Working on Neo4j-Bolt-0.20.tar.gz
Fetching file:///opt/assure1/tmp/Neo4j-Bolt-0.20.tar.gz ... OK
==> Found dependencies: Neo4j::Client
--> Working on Neo4j::Client
Fetching http://www.cpan.org/authors/id/M/MA/MAJENSEN/Neo4j-Client-0.46.tar.gz ... OK
Configuring Neo4j-Client-0.46 ... OK
==> Found dependencies: tool::AM
! Finding tool::AM on cpanmetadb failed.
! Finding tool::AM (0) on mirror http://www.cpan.org failed.
! Couldn't find module or a distribution tool::AM (0)
! Installing the dependencies failed: Module 'tool::AM' is not installed
! Bailing out the installation for Neo4j-Client-0.46.
! Installing the dependencies failed: Module 'Neo4j::Client' is not installed
! Bailing out the installation for Neo4j-Bolt-0.20.
[root@den02vmfedpvcl02 tmp]# cpan tool::AM
Reading '/root/.cpan/Metadata'
Database was generated on Fri, 03 Sep 2021 07:29:03 GMT
Warning: Cannot install tool::AM, don't know what it is.
Try the command
i /tool::AM/
to find objects with matching identifiers.
[root@den02vmfedpvcl02 tmp]#
Hi @provector, thanks for getting in touch. The latest release is currently 0.4201. Neo4j::Bolt and Neo4j::Client are pretty tightly coupled, so if you choose to use an older release of the one, you should probably use an older release of the other as well. Try Neo4j::Bolt 0.20 with Neo4j::Client version 0.17.
Those older versions won’t work with Neo4j 4 though. We’re hoping to fix Neo4j::Bolt support for older Perl versions in the future. In the meantime, if you need Neo4j 4, you may have to either upgrade your Perl to at least v5.18 or use HTTP via Neo4j::Driver.
For the second problem you mention, it is perhaps best to open a new issue in the majensen/neoclient repository rather than discussing it here.
Thank you for the prompt reply! I wasn't aware latest release is 0.4201, I will try installing the newer version so!
As for the second issue thanks, Ill post it there.
@provector @johannessen thanks for this. Agree we need to tighten up the releases. Sorry for this inconvenience!
Closing this, as it seems the issue was addressed. Thanks again!
As in description Im trying to install the 0.20 with cpanminus. I have resolved all the dependencies and installed latest version on Neo4j::Client. Log fails with following:
Any assistance would be welcome.