-
Notifications
You must be signed in to change notification settings - Fork 24
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
conans.errors.ConanException: libwebp/1.0.3@bincrafters/stable: 'settings.compiler' value not defined #20
Comments
Installing Visual Studio (with the C++ build tools and Windows 10 SDK) is correct. However, you must also configure your Conan profile so that it knows to use the compiler you installed.
|
Oh, thank you man! It actually works now |
This comment has been minimized.
This comment has been minimized.
I'm trying to follow these instructions to install webp on Windows 10, and am getting the error
I tried following the instructions
But afterwards the resulting error messages are exactly the same. Here is the full trace.
|
This comment was marked as off-topic.
This comment was marked as off-topic.
@ArtyomEnRage There are Windows binary builds available for Python 3.10, 3.9, 3.8, 3.7, and 3.6 as can be seen here: https://pypi.org/project/webp/#files. If you do not have a setup which matches an available binary build, the C extension has to be built and this requires a compiler (on Windows this means Visual Studio). Which version of Python are you using?
Because this is a binding to a native library. Unlike pure Python packages, distributing pywebp so that it is "simple" to install means building for each different platform and each different Python version. I am just one person maintaining this in my free time. As an aside, please try to be a bit more considerate and kind with your wording in the future. There are many developers just like me who are providing software to others for free in our spare time just to be helpful, not for pay. We are much more likely to spend time resolving issues with users who are understanding and work with us. |
Hello, please, help me, i just dont know what to do
I'm trying to install webp in pycharm on windows, but i get this error:
In this thread (https://stackoverflow.com/questions/64799277/installing-of-webp-conan-errror/64802122#64802122) i've got an advice to install Visual Studio, but it doesnt help.
I'm trying to install webp for a 3-4 days, please help me, what should i do?
Thanks
The text was updated successfully, but these errors were encountered: