Getting boost with conan don't work
See original GitHub issueI installed Conan on windows 10 machine.
I run: conan install Boost/1.64.0@conan/stable
, and it fails.
Output:
C:\temp>conan install Boost/1.64.0@conan/stable
Boost/1.64.0@conan/stable: Not found in local cache, looking in remotes...
Boost/1.64.0@conan/stable: Trying with 'bintray'...
Boost/1.64.0@conan/stable: Trying with 'conan.io'...
ERROR: Unable to find 'Boost/1.64.0@conan/stable' in remotes
Trying other package, works:
C:\temp>conan install fmt/4.0.0@bincrafters/stable
fmt/4.0.0@bincrafters/stable: Not found in local cache, looking in remotes...
fmt/4.0.0@bincrafters/stable: Trying with 'bintray'...
fmt/4.0.0@bincrafters/stable: Trying with 'conan.io'...
Downloading conanmanifest.txt
[==================================================] 121B/121B
Downloading conanfile.py
[==================================================] 1.8KB/1.8KB
fmt/4.0.0@bincrafters/stable: Installing package
Requirements
fmt/4.0.0@bincrafters/stable from conan.io
Packages
fmt/4.0.0@bincrafters/stable:63da998e3642b50bee33f4449826b2d623661505
fmt/4.0.0@bincrafters/stable: Retrieving package 63da998e3642b50bee33f4449826b2d623661505
fmt/4.0.0@bincrafters/stable: Looking for package 63da998e3642b50bee33f4449826b2d623661505 in remote 'conan.io'
Downloading conanmanifest.txt
[==================================================] 938B/938B
Downloading conaninfo.txt
[==================================================] 491B/491B
Downloading conan_package.tgz
[==================================================] 159.8KB/159.8KB
fmt/4.0.0@bincrafters/stable: Package installed 63da998e3642b50bee33f4449826b2d623661505
I install it using pip, using the installer, any way I know, and nothing works. Any idea?
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Conan, C++ package manager, don't work for boost
Conan, C++ package manager, don't work for boost ; According to their website Boost is not one of the packages this manager offers....
Read more >The Ultimate Thrall Build Guide For The Conan Exiles 3.0 ...
So if you are looking for a character build to get you back into the game fighting alongside your thrall fast this video...
Read more >Changelog — conan 1.56.0 documentation
Fix: The CMake() helper now doesn't require a compiler input to deduce the default generator. Fix: conan search <pattern> now works consistently in...
Read more >Configure your console for FPS boost and auto HDR
If the game doesn't support either option, the Compatibility options feature won't appear. Note If you wish to change these settings while playing...
Read more >no battle pass XP boost bug - Conan Exiles - Steam Community
i dont get any time any battlepass XP boost. 4 days now i get new rerolls for quests but no boost.
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 Free
Top 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
@BlueSolei there is now a Boost 1.66.0 package in conan center. You can give it a try if you’re still interested.
https://bintray.com/conan-community/conan/boost%3Aconan
If it works for you, perhaps this ticket can be closed?
IIRC in every package manager I know(brew, pip, apt-get) there is no notion of 'remote׳. There is a local repo and you upgrade it from time to time. Why conan should be any different? Shouldn’t it just be: conan search package ? (I am always get confused if the default behavior, here to search in all repos, is opt-in or opt-out) And yes, it is a reference 😃