<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body><div><div style="font-family: Calibri,sans-serif; font-size: 11pt;">The pyyaml package tries to see if yaml.h is installed for optional speedups, but i know the pyyaml package can work without the c extensions, maybe the pycrypto installer doesn't handle that case?<br><br>~mark</div></div><div dir="ltr"><hr><span style="font-family: Calibri,sans-serif; font-size: 11pt; font-weight: bold;">From: </span><span style="font-family: Calibri,sans-serif; font-size: 11pt;"><a href="mailto:dave.pawson@gmail.com">Dave Pawson</a></span><br><span style="font-family: Calibri,sans-serif; font-size: 11pt; font-weight: bold;">Sent: </span><span style="font-family: Calibri,sans-serif; font-size: 11pt;">‎5/‎8/‎2015 4:23 AM</span><br><span style="font-family: Calibri,sans-serif; font-size: 11pt; font-weight: bold;">To: </span><span style="font-family: Calibri,sans-serif; font-size: 11pt;"><a href="mailto:pycrypto@lists.dlitz.net">Pycrypto List</a></span><br><span style="font-family: Calibri,sans-serif; font-size: 11pt; font-weight: bold;">Subject: </span><span style="font-family: Calibri,sans-serif; font-size: 11pt;">[pycrypto] python 3, crypto installation issue?</span><br><br></div>Linux, as root.<br>$ pip3 install Crypto<br>...<br><br>Installing collected packages: Crypto, Naked, pyyaml<br>  Running setup.py install for pyyaml<br>    checking if libyaml is compilable<br>    gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1<br>-DNDEBUG -O2 -g -pipe -Wall -Werror=format-security<br>-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong<br>--param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic<br>-D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.4m -c<br>build/temp.linux-x86_64-3.4/check_libyaml.c -o<br>build/temp.linux-x86_64-3.4/check_libyaml.o<br>    build/temp.linux-x86_64-3.4/check_libyaml.c:2:18: fatal error:<br>yaml.h: No such file or directory<br>     #include <yaml.h><br>                      ^<br>    compilation terminated.<br><br>    libyaml is not found or a compiler error: forcing --without-libyaml<br>    (if libyaml is installed correctly, you may need to<br>     specify the option --include-dirs or uncomment and<br>     modify the parameter include_dirs in setup.cfg)<br><br>Suggestions please?<br><br>$pip3 search pyyaml<br>pyaml                     - PyYAML-based module to produce<br>                            pretty and readable YAML-<br>                            serialized data<br>PyYAML                    - YAML parser and emitter for<br>                            Python<br>  INSTALLED: 3.11 (latest)<br><br>So it seems I have pyyaml installed?<br><br>TiA<br><br>-- <br>Dave Pawson<br>XSLT XSL-FO FAQ.<br>Docbook FAQ.<br>http://www.dpawson.co.uk<br>_______________________________________________<br>pycrypto mailing list<br>pycrypto@lists.dlitz.net<br>http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto<br></body></html>