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
The package (mesa/19.3.1@bincrafters/stable) internally requires the Python mako module.
If I install mesa without the mako module, conan gets an error.
meson.build:805:2: ERROR: Problem encountered: Python (3.x) mako module >= 0.8.0 required to build mesa.
Full log of meson-logs (Include/Attach if Applicable)
conan install meson/0.53.0@_/_ --build missing # make sure you have meson installed (not important, just to prove meson installs without error)
pip uninstall Mako # make sure you don't have python Mako module installed
conan install mesa/19.3.1@bincrafters/stable --build missing # install mesa
installing mesa succeeds if Mako is installed (pip install Mako). This can be done automatically and be a self contained package.
The text was updated successfully, but these errors were encountered:
Package and Environment Details (include every applicable attribute)
Description of your feature
Install Mako module automatically while installing mesa.
Why
The package (
mesa/19.3.1@bincrafters/stable
) internally requires the Python mako module.If I install mesa without the mako module, conan gets an error.
Full log of meson-logs (Include/Attach if Applicable)
Click to expand log
Steps to recreate
installing mesa succeeds if Mako is installed (
pip install Mako
). This can be done automatically and be a self contained package.The text was updated successfully, but these errors were encountered: