nanoporetech / pod5-file-format

Pod5: a high performance file format for nanopore reads.
https://pod5-file-format.readthedocs.io/
Other
139 stars 19 forks source link

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

Open hiruna72 opened 11 months ago

hiruna72 commented 11 months ago

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
michxymi commented 11 months ago

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.

hiruna72 commented 11 months ago

Thanks for the update @michxymi.

hiruna72 commented 10 months ago

Hello @michxymi,

Any updates on this? Thanks.