nanoporetech/pod5-file-format

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

hiruna72 opened this issue · 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


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.

Thanks for the update @michxymi.

Hello @michxymi,

Any updates on this? Thanks.