conan-io / conan-center-index

Recipes for the ConanCenter repository
https://conan.io/center
MIT License
957 stars 1.75k forks source link

stb/20200203 ERROR #21086

Open GitJVGuinot opened 11 months ago

GitJVGuinot commented 11 months ago

Description

Error generating stb dependencies

Package and Environment Details

Conan profile

[requires] glfw/3.3.8 glew/2.2.0 stb/20200203

[generators] premake

Steps to reproduce

conan install -of build/deps/Release -s build_type=Release tools

Logs

Click to expand log ``` ======== Input profiles ======== Profile host: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.cppstd=gnu17 compiler.libcxx=libstdc++11 compiler.version=11 os=Linux Profile build: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.cppstd=gnu17 compiler.libcxx=libstdc++11 compiler.version=11 os=Linux ======== Computing dependency graph ======== Graph root conanfile.txt: /home/whitewolf/Escritorio/Samsung/Programacion/Entregas 3º/Motores Graficos/Engine/tools/conanfile.txt Requirements glew/2.2.0#1113ff08038a29c8a70e06b42a426911 - Cache glfw/3.3.8#545c12c3dd621f4cb64d5d8c5f469293 - Cache glu/system#ee50fc2ade0e1c0c8ebb3be3ea60e0f5 - Cache opengl/system#b29589c04d6df84c110d6acb066ab653 - Cache xorg/system#de8fc1917bb3d11cf7a1d15eccf79c16 - Cache ********************************************************* Recipe 'stb/20200203' seems broken. It is possible that this recipe is not Conan 2.0 ready If the recipe comes from ConanCenter, report it at https://github.com/conan-io/conan-center-index/issues If it is your recipe, check if it is updated to 2.0 ********************************************************* ERROR: Package 'stb/20200203' not resolved: stb/20200203: Cannot load recipe. Error loading conanfile at '/home/whitewolf/.conan2/p/stb663ded14fa341/e/conanfile.py': Unable to load conanfile in /home/whitewolf/.conan2/p/stb663ded14fa341/e/conanfile.py File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/home/whitewolf/.conan2/p/stb663ded14fa341/e/conanfile.py", line 1, in from conans import ConanFile, tools ImportError: cannot import name 'ConanFile' from 'conans' (/home/whitewolf/.local/lib/python3.10/site-packages/conans/__init__.py) . Presiona Enter para salir... whitewolf@whitewolf:~/Escritorio/Samsung/Programacion/Entregas 3º/Motores Graficos/Engine/tools$ conan search stb conancenter stb stb/20200203 stb/cci.20200203 stb/cci.20210713 stb/cci.20210910 stb/cci.20220909 stb/cci.20230920 whitewolf@whitewolf:~/Escritorio/Samsung/Programacion/Entregas 3º/Motores Graficos/Engine/tools$ conan --version Conan version 2.0.13 whitewolf@whitewolf:~/Escritorio/Samsung/Programacion/Entregas 3º/Motores Graficos/Engine/tools$ ```
SpaceIm commented 11 months ago

This version is not maintained, don't use it.

uilianries commented 11 months ago

@GitJVGuinot Please, update your stb package to use the latest version available: stb/cci.20230920

To find all versions available in Conan Center, you can visit https://conan.io/center/recipes/stb

GitJVGuinot commented 11 months ago

@uilianries Thank you.