Open scopenco opened 8 years ago
@scopenco pychef has six
and requests
dependencies:
https://github.com/coderanger/pychef/blob/master/setup.py#L32
Make sure those are installed
This should be resolved in master, can you try that?
I had this same issue in cent 7. To fix it I needed to run the following:
sudo yum install openssl-devel
Here is info on the instance: Operating System: CentOS Linux 7 (Core) Kernel: Linux 3.10.0-123.8.1.el7.x86_64
I ran into this same issue, and after reading this I can confirm it appears to be fixed in master.
It looks like this has been fixed for quite a while but no new package has been published since then.. Would it be possible to get an updated package in PyPI with these fixes?
Thanks!
sudo apt install libssl-dev
on ubuntu
When i try to use chef library on centos 6, i get:
package openssl098e has only these libs:
chef library installed from pip2.7 PyChef-0.2.3