Visual C++ for python failed with exit status 2 when installing divisi2

前端 未结 3 953
日久生厌
日久生厌 2020-12-19 17:32

i am using Python 2.7 on Windows 8.1 46 bit.

I want to install divisi2 https://pypi.python.org/pypi/Divisi2/2.2.5

I have installed NumPy and SciPy which are

3条回答
  •  生来不讨喜
    2020-12-19 17:52

    I finally solved this problem after getting this hint from a colleague i.e. to use

    https://github.com/develersrl/gccwinbinaries.

    This will install the requisites and then you can install divisi2.

提交回复
热议问题