pod5-file-format icon indicating copy to clipboard operation
pod5-file-format copied to clipboard

Failed requirement 'flatbuffers/2.0.0@nanopore/testing' from 'conanfile.py

Open hiruna72 opened this issue 1 year ago • 3 comments

Hello,

I am trying to build with conan following the instruction listed here. I get the below error message after the command conan install --build=missing -s build_type=Release ..

root@eb4469993bcd:/pod5-file-format/build# conan install --build=missing -s build_type=Release ..
Conan 1 is on a deprecation path, please consider migrating to Conan 2
Configuration:
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++11
compiler.version=11
os=Linux
os_build=Linux
[options]
[build_requires]
[env]

WARN: boost/1.78.0: requirement zlib/[>=1.2.11 <2] overridden by pod5_file_format/None to zlib/1.2.13 
flatbuffers/2.0.0@nanopore/testing: Not found in local cache, looking in remotes...
flatbuffers/2.0.0@nanopore/testing: Trying with 'conancenter'...
ERROR: Failed requirement 'flatbuffers/2.0.0@nanopore/testing' from 'conanfile.py (pod5_file_format/None)'
ERROR: Unable to find 'flatbuffers/2.0.0@nanopore/testing' in remotes


hiruna72 avatar Dec 18 '23 05:12 hiruna72

Hello @hiruna72. For this particular case, we used an internal version of the flatbuffers conan package as version 2.0.0 was not available in the Conan Center Index. This has been already highlighted and we'll have an upcoming release were all versions will be bumped to versions available in CCI so the build can be replicated externally.

michxymi avatar Dec 18 '23 14:12 michxymi

Thanks for the update @michxymi.

hiruna72 avatar Dec 21 '23 02:12 hiruna72

Hello @michxymi,

Any updates on this? Thanks.

hiruna72 avatar Jan 17 '24 02:01 hiruna72