Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hiruna72 opened this issue Dec 18, 2023 · 3 comments
Open

Comments

@hiruna72
Copy link

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
Copy link

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
Copy link
Author

Thanks for the update @michxymi.

@hiruna72
Copy link
Author

Hello @michxymi,

Any updates on this? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants