:orphan: |rss_image| **2017-11 - 1/1** :ref:`Blog ` :ref:`installation (12) ` :ref:`python (3) ` .. |rss_image| image:: feed-icon-16x16.png :target: ../_downloads/rss.xml :alt: RSS ---- .. index:: 2017-11 .. _ap-month-2017-11-0: 2017-11 - 1/1 +++++++++++++ .. blogpostagg:: :title: Python 3.6 and Visual Studio 2017 :date: 2017-11-29 :keywords: Visual Studio :categories: c++ :rawfile: 2017/2017-11-29_vs2017.rst It does not work unless you install the missing parts. Python 3.6 is compiled with Visual Studio 2015 and this specific compiler needs to be installed. There is a way with 2017, instructions are provided at `Creating a C++ extension for Python `_. I copy paste the line: ... .. blogpostagg:: :title: ete3 and PyQt5 :date: 2017-11-11 :keywords: ete3,pyqt5 :categories: module :rawfile: 2017/2017-11-11_ete3.rst `ete3 `_ now works with `PyQt5 `_ due to the pull request `#284 `_. .. blogpostagg:: :title: Install pytorch on Windows :date: 2017-11-08 :keywords: torch :categories: module :rawfile: 2017/2017-11-08_torch_windows.rst You can go there `peterjc123/pytorch `_ or type ``conda install -c peterjc123 pytorch``. the setup can be created after unzipping the sources and running example :ref:`Create a setup from installed packages `. .. blogpostagg:: :title: Create a wheel with an installed package :date: 2017-11-08 :keywords: setup :categories: wheel :rawfile: 2017/2017-11-08_setup_site_package.rst It happens sometimes you install package but you don't remember exactly you did it. However, you would like to make a wheel from what is installed in folder ``site-packages``. There is probably a better way but I created a local folder orgnized this way: ... .. blogpostagg:: :title: A few interesting modules :date: 2017-11-04 :keywords: scapy :categories: module :rawfile: 2017/2017-11-04_modules.rst * `GPAW `_ : GPAW is a density-functional theory (DFT) Python code based on the projector-augmented wave (PAW) method and the atomic simulation environment (ASE). It uses plane-waves, atom-centered basis-functions or real-space uniform grids combined with multigrid methods. * `mypy `_ : an experimental optional static type checker for Python that aims to combine the benefits of dynamic (or "duck") typing and static typing. * `scapy `_ : networks, IP, protocols * `sympy-live `_ : web server to run custom examples * `wooey `_ : website to execute :epkg:`python` script * `zc.async `_ : processus synchronization * `zentyal `_ : small business server, includes mails .. blogpostagg:: :title: Issue with scipy 1.0 and statsmodels 0.8 :date: 2017-11-01 :keywords: scipy,statsmodels :categories: module :rawfile: 2017/2017-11-01_statsmodels.rst It is difficult to fix a package when there is no error but silent warnings. :epkg:`statsmodels` fails with :epkg:`scipy` 1.0 because some deprecated functions were removed: `chisqprob `_. I sometimes look into warnings but many packages do not fix them and this is quite difficult to notice yours in that long list. I created a function which fixes it. The documentation contains more information about it. ... ---- |rss_image| **2017-11 - 1/1** :ref:`2019-11 (2) ` :ref:`2019-12 (1) ` :ref:`2020-02 (1) ` :ref:`2020-09 (1) ` :ref:`2021-01 (5) `