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
In getting YamlConfiger/amqcfg up and running on my relatively new f31 upgraded box I'm seeing the following:
Running PyYAML-5.3.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-h46dmlw5/PyYAML-5.3.1/egg-dist-tmp-4nut25ds
In file included from ext/_yaml.c:596:
ext/_yaml.h:2:10: fatal error: yaml.h: No such file or directory
2 | #include <yaml.h>
| ^~~~~~~~
compilation terminated.
In getting YamlConfiger/amqcfg up and running on my relatively new f31 upgraded box I'm seeing the following:
Had to install libyaml-devel on my box.
Reported by @RoddieKieley
The text was updated successfully, but these errors were encountered: