"Package binary not found" exception
See original GitHub issueOne of my recipes fails with a strange exception: https://travis-ci.org/db4/conan-SimpleAmqpClient/jobs/407033672
boost/1.66.0@conan/stable: Retrieving package ccfc1cf59508ec29a9b2acfa4d8f3288ac7aaec8 from remote 'conan-center'
Downloading conanmanifest.txt
Downloading conaninfo.txt
Downloading conan_package.tgz
Traceback (most recent call last):
File "/usr/local/bin/run_create_in_docker", line 11, in <module>
load_entry_point('conan-package-tools==0.18.2', 'console_scripts', 'run_create_in_docker')()
File "/usr/local/lib/python2.7/dist-packages/cpt/run_in_docker.py", line 44, in run
runner.run()
File "/usr/local/lib/python2.7/dist-packages/cpt/runner.py", line 74, in run
test_folder=self._test_folder)
File "/usr/local/lib/python2.7/dist-packages/conans/client/conan_api.py", line 79, in wrapper
return f(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/conans/client/conan_api.py", line 327, in create
test_build_folder, test_folder, conanfile_path)
File "/usr/local/lib/python2.7/dist-packages/conans/client/cmd/create.py", line 40, in create
test_build_folder=test_build_folder)
File "/usr/local/lib/python2.7/dist-packages/conans/client/cmd/test.py", line 39, in install_build_and_test
keep_build=keep_build)
File "/usr/local/lib/python2.7/dist-packages/conans/client/manager.py", line 280, in install
installer.install(deps_graph, keep_build)
File "/usr/local/lib/python2.7/dist-packages/conans/client/installer.py", line 259, in install
self._build(nodes_by_level, deps_graph, keep_build, root_node)
File "/usr/local/lib/python2.7/dist-packages/conans/client/installer.py", line 281, in _build
self._handle_node_cache(node, package_id, keep_build, processed_package_references)
File "/usr/local/lib/python2.7/dist-packages/conans/client/installer.py", line 300, in _handle_node_cache
self._download_package(conan_file, package_ref, output, package_folder, node.binary_remote)
File "/usr/local/lib/python2.7/dist-packages/conans/client/installer.py", line 343, in _download_package
remote, output, self._recorder)
File "/usr/local/lib/python2.7/dist-packages/conans/client/remote_manager.py", line 252, in get_package
raise NotFoundException("Package binary '%s' not found in '%s'" % (package_reference, remote.name))
Why I’m getting this? Some bintray/conan-center inconsistency?
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Conan install suddenly giving "Binary package not found ...
We use the Conan package registry inside of GitLab's SaaS offering. We've used this for years at this point without issue.
Read more >Launch Failed Binary not found Eclipse for C in Windows
Open project properties (Right click on your project, choose Properties on the menu) · C/C++ Build -> Settings · Click on Binary Parsers...
Read more >C / C++ IDE (CDT) » Launch failed. Binary not found. - Eclipse
Hello, I have a problem with Eclipse. I can't run any C/C++ project using Eclipse. It says "Launch failed. Binary not found."
Read more >Why am I getting a 'Binary provider has no content for' error?
A physical binary file is inaccessible or not present in the filestore. · Solution: Configure your binarystore.
Read more >the stylelint binary not found - strange error : WEB-51523
But I have an error in my CSS files Stylelint: Specify the Stylelint package correctly: the stylelint binary not found. This stylelint doesn't...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, it is OK and yes this is a Bintray issue. Working on a fix
Thanks a lot, it works now.