I'm installing pupil on windows 10 64-bit.
I followed everything in the Dependencies-Installation-Windows on the [wiki](
https://github.com/pupil-labs/pupil/wiki/Dependencies-Installation-Windows), and to be specific:
7-zip is installed
I downloaded stdint.h and saved it in the path C:\Users\MoCap\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\include because thats where it seemed to be called (which may be my problem)
Downloaded and installed Python 2.7.6 and added it to my path
Used pip (not python -m pip) to install the following:
SciPy: scipy‑0.15.1‑cp27*.whl
PyOpenGL: PyOpenGL‑3.1.1*.whl
Numpy: numpy‑1.9.2+mkl‑cp27*.whl
OpenCV: opencv_python‑2.4.11‑cp27*.whl
PyZMQ: pyzmq‑14.7.0‑cp27*.whl
Cython: Cython‑0.23‑cp27*.whl
psutil: psutil‑3.0.1‑cp27*.whl
PyAudio: PyAudio‑0.2.8‑cp27*.whl
PyAV
pyglui
pyvideoinput
Setup GLFW
Installed git and added the environment variable
Cloned the pupil source (which should actually be before step 5 in the windows setup instructions)
When I try to run:
cd your_pupil_path/pupil/pupil_src/capture
python main.py
I get: ImportError: DLL load failed: %1 is not a valid Win32 application.
The full error is in the attached txt file (running_python_main.txt).
I thought that the issue was with pyglui but I ran:
C:\Users\MoCap\Downloads\Python Packages>python -m pip install pyglui-0.8-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): pyglui==0.8 from file:///C:/Users/MoCap/Downloads/Python%20Packages/pyglui-0.8-py2.py3-none-any.whl in c:\python27\lib\site-packages
So it is already installed.
Is there anything thing that I can try?
Thanks in advance.