RSS <== blog page - 5/11 ==> Blog installation (12) python (3)


blog page - 5/11

A couple of interesting modules for IOT

2017-07-17

Quoting the documentation from the websites.

post

Building dlib for Python 3.6 and boost_python on Windows

2017-07-10

dlib is quite difficult to build on Windows for Python 3.6. A compiled version exists on PyPi/dlib for Python 3.5 but the version for Python 3.6 remains unavailable unless you are using Anaconda: Installing Dlib on Anaconda Python on Windows. The blog Install Dlib on Windows even recommends not to try and to use conda (with Anaconda) instead:

post

Module sphinxcontrib.blockdiag

2017-07-02

sphinxcontrib.blockdiag provides an elegant way to build graph in a Sphinx documentation. See the examples.

post

Package update and new bugs

2017-06-07

The latest version of numpy 1.13.rc2 makes matplotlib fail in one particular place:

post

Get Visual Studio Community Edition 2015

2017-04-18

Visual Studio Community Edition has updated to 2017 and the link to kind the 2015 version is somehow difficult to find. It is not like I prefer 2015 but I need it to compile many Python module: Visual Studio Community 2015 or this other link Visual Studio Community 2015 with Update 3.

post

Skip Pillow 4.1.0 for Windows

post

TensorFlow for Windows

2017-02-15

TensorFlow is now available on Windows. You can find it on Unofficial Windows Binaries for Python Extension Packages. It is compiled for GPU (NVIDIA only) and CPU. It is a dependency required for edward which seems to be a new and interesting package for Bayesian statistics. The documentation is really nice.

post

Standalone Python Distribution

2017-02-12

I tried to build a standalone distribution and I faced this issue Can’t use lib2to3 with embeddable zip file.. Really annoying one. No fix is proposed assuming a standalone should not be used for that.

post

GPU and pycuda or pyopencl on Windows

2017-01-14

pycuda is a python module implemented to use GPU. On Windows, the best way to install it is to get it from Unofficial Windows Binaries for Python Extension Packages. The module requires Visual Studio Community Edition and CUDA Toolkit. Once it is done, you can try the following program to test your installation:

post

Build pypiwin32 on Windows

2017-01-03

The module pypiwin32 does not seem to be refreshed on PyPi. To compile it, you need to get the sources from pypiwin32, to install Windows SDK if you did not already (not sure that is required but just in case).

post


RSS <== blog page - 5/11 ==> 2019-11 (2) 2019-12 (1) 2020-02 (1) 2020-09 (1) 2021-01 (5)