Closed chrisspen closed 10 years ago
Thanks for the bug report!
Currently, I assume that the cpp files have already been compiled by make cython
prior to calling python setup.py install
(see README.rst). I'll try to see if I can get setup.py
to automatically call Cython. In the meantime, I recommend manual install.
@chrisspen Sorry for the long delay but I think this issue should now be solved (I added the generated Cython files directly to the repository). Could you check that pip install https://github.com/mblondel/lightning/archive/master.zip
now works? Thanks!
Hi, when I was installing your software "lightning", I met some problems (I am working on Win7 64-bit system). I have installed Python 3.3, and related packages including setuptools, Numpy, SciPy, scikit-learn, which are downloaded from http://www.lfd.uci.edu/~gohlke/pythonlibs/ with Win32 version. After that, I use pip to install lightning with the command "pip install https://github.com/mblondel/lightning/archive/master.zip". However, I always get such errors:
Command "D:\Program Files (x86)\Python\python.exe" -c "import setuptools, tokeni ze;file='c:\users\yiming\appdata\local\temp\pip-t56mom-build\setup.py ';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record c:\users\yiming\appdata\local\temp\p ip-s3rie3-record\install-record.txt --single-version-externally-managed --compil e failed with error code 1 in c:\users\yiming\appdata\local\temp\pip-t56mom-build Storing debug log for failure in C:\Users\Yiming\pip\pip.log
In addition, I install Visual Studio 2008, 2010, and 2012 in my machine. Do you have any instructions/steps about how to install "lightning" on Windows? Thanks.
It might be a Python 3 specific issue. Could you try with Python 2.7?
I confirmed that pip now works fine on Python 2.7. Python 3 support is another issue so closing.
Can this be installed using pip in a virtualenv? I have
scikits-learn
andcython
successfully installed this way, but when I try to installlightning
via:I get the error: