RSS <== module - 6/7 ==> Blog installation (12) python (3)


module - 6/7

Pycrypto on Python 3.5

2015-11-25

Fortunately, somebody already did that and it is available here: sfbahr/PyCrypto-Wheels.

post

Build xgboost for Python 3.5

2015-11-12

This is a process I followed to build xgboost 0.4 on Python 3.5 This is also what you should follow to get missing dependency such as vcomp110.dll (which comes from OpenMP in Visual C++). The following process is only available for Python 3.4 64 bit:

post

Issues with Python 3.5

2015-10-28

I’m still trying to get a proper distribution of Python 3.5 on Windows. I had a couple of issues so far. Most of them come from some DLL which cannot be found.

post

Natural Sort

2015-10-19

natsort is part of the Anaconda distribution package list. It does something I sometimes needs and which is quite annoying to do about sorting. Here is the results of a default sorting algorithm:

post

Cannot import DLL

2015-10-01

I just tried:

...

post

import cvxopt fails

2015-09-21

The instruction import cvxopt sometimes fails with the following error:

...

post

Install cvxpy on Windows

2015-09-20

After I installed CVXcanon (see previous blog), I went through an issue canonInterface is not found. I corrected with the following modification: change import instruction to use CVXcanon explicitely.

post

Warning with Mako

2015-09-19

The installation of Mako generates the following error:

...

post

I tried to build pywin32 for Python 3.5

2015-09-17

So I installed Microsoft Visual Studio Community 2015, Windows SDK. I think some files changed positions so I played a little bit. I created folder C:\Program Files (x86)\Windows Kits\custom where I copied Windows Kits\8.1\Include\um into custom\include and Windows Kits\8.1\Lib\winv6.3\um\x64 into custom\lib. I modified the file setup.py from pywin32 and I tried to build (python setup.py build). I ended up with this error:

...

post

Install Theano on Linux

2015-09-12

The module theano involves some C++ and requires a compiler. For Windows, I recommend to read section Installation of Theano on Windows. It requires tdm-gcc.

post


RSS <== module - 6/7 ==> 2019-11 (2) 2019-12 (1) 2020-02 (1) 2020-09 (1) 2021-01 (5)