:orphan: |rss_image| **2016-02 - 1/1** :ref:`Blog ` :ref:`installation (12) ` :ref:`python (3) ` .. |rss_image| image:: feed-icon-16x16.png :target: ../_downloads/rss.xml :alt: RSS ---- .. index:: 2016-02 .. _ap-month-2016-02-0: 2016-02 - 1/1 +++++++++++++ .. blogpostagg:: :title: Why setup.py bdist_wheel does not work? :date: 2016-02-27 :keywords: setup.py,bdist_wheel :categories: setup.py :rawfile: 2016/2016-02-27_setup_bdist_wheel.rst I recently tried to build a wheel for a specific module:: ... .. blogpostagg:: :title: Pycrypto, pycryptodome, paramiko to open a SSH connection :date: 2016-02-27 :keywords: cryptography,SSH,paramiko,pycryptodome,pycrypto :categories: module :rawfile: 2016/2016-02-27_pycrypto_paramiko.rst The module `pyensae `_ relies on `paramiko `_ which depends on `pycrypto `_. As it is not maintained anymore, I tried to replace by `pycryptodome `_ which populate the same folder ``Crypto`` during the installation. It is a way to trick *paramiko* as the instruction ``import Crypto`` uses the installed module whether it is *pycrypto* or *pycryptodome*. However, *paramiko* fails to open a SSH connection with *pycryptodome*. It enters a function in `RSA.py `_ which tells explicitely that some functionalities will not be supported anymore:: ... .. blogpostagg:: :title: Anaconda and MKL :date: 2016-02-18 :keywords: MKL,Anaconda :categories: Anaconda :rawfile: 2016/2016-02-18_mkl_anaconda.rst Sometimes, Anaconda displays the following warning:: ... ---- |rss_image| **2016-02 - 1/1** :ref:`2019-11 (2) ` :ref:`2019-12 (1) ` :ref:`2020-02 (1) ` :ref:`2020-09 (1) ` :ref:`2021-01 (5) `