You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Missing prebuilt package for 'nmos-cpp/cci.20240223'. You can try:
- List all available packages using 'conan list "nmos-cpp/cci.20240223:*" -r=remote'
- Explain missing binaries: replace 'conan install ...' with 'conan graph explain ...'
- Try to build locally from sources using the '--build=nmos-cpp/cci.20240223' argument
The previous version cci.20221203 – works fine for me with the above install command.
I checked my local conan cache on Linux environment and it was working fine. However after clearing the cache, I get the same result. Doing as the message recommends and using conan graph explain ..., it says:
Something to investigate... not sure what the impact of the indicate diff is.
Doing the other thing the message recommended and adding --build=nmos-cpp/cci.20240223 to the command seemed to solve the problem (by building locally, which I agree shouldn't be necessary for a common profile like this!).
Hi
I’m having problems with the latest nmos version in conan 20240223 – it gives me the following error when I issue the command:-
conan install --tool-requires=nmos-cpp/cci.20240223
ERROR: Missing prebuilt package for 'nmos-cpp/cci.20240223'. You can try:
- List all available packages using 'conan list "nmos-cpp/cci.20240223:*" -r=remote'
- Explain missing binaries: replace 'conan install ...' with 'conan graph explain ...'
- Try to build locally from sources using the '--build=nmos-cpp/cci.20240223' argument
The previous version cci.20221203 – works fine for me with the above install command.
I have the following settings
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu17
compiler.libcxx=libstdc++11
compiler.version=11
os=Linux
Is it missing a package ?
Many thanks
Jamie
The text was updated successfully, but these errors were encountered: