lisa-lab/pylearn2

_window_flip.pyd not found

Jeet1994 opened this issue · 2 comments

I am on a Windows 8 Acer Laptop, On Python 3 (Same error showed up in Python 2 too). I am using Winpython 3.4.3.

Steps I followed for installation:

  1. Download the entire git repo.
  2. go inside the unzipped file.
  3. type : python setup.py install

I tried this workaround found at stackoverflow : Here

Nothing seems to work.

This is the error : gcc.exe: error: MY_PATH\pylearn2-master\pylear2\utils_window_flip.pyd : No such file or directory. Error: Command "gcc -m64 -g -shared build\temp.win-amd64-3.4\Release\pylearn 3.4.3amd64\libs" -L "MY_Python_directory\pylearn2_window_flip.pyd" failed with exit status 1

nouiz commented

Pylearn 2 don't have developer anymore. Check the github repo main page to
see alternatives. Also, nobody made all part of Pylearn2 work on Windows,
so some surprise are to be exepected.

On Sun, Apr 3, 2016 at 3:50 PM, Pragyaditya Das notifications@github.com
wrote:

I am on a Windows 8 Acer Laptop, On Python 3 (Same error showed up in
Python 2 too). I am using Winpython 3.4.3.

Steps I followed for installation:

  1. Download the entire git repo.
  2. go inside the unzipped file.
  3. type : python setup.py install

I tried this workaround found at stackoverflow : Here
http://stackoverflow.com/questions/35887318/cannot-install-pylearn2-to-winpython-64bit-3-4-4-1

Nothing seems to work.

This is the error : gcc.exe: error:
MY_PATH\pylearn2-master\pylear2\utils_window_flip.pyd : No such file or
directory. Error: Command "gcc -m64 -g -shared
build\temp.win-amd64-3.4\Release\pylearn 3.4.3amd64\libs" -L
"MY_Python_directory\pylearn2_window_flip.pyd" failed with exit status 1


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#1572

So, it's just been abandoned?