pypy - Is there any way to install pandas on pypy2-v5.8.0-win32? -
windows 7 64bit.i had install numpy 1.10.0 via.pypy -m pip install git+https://bitbucket.org/pypy/numpy.git
then,i tried 3 method(pip+git,pip,easy_install) install pandas,however,all failed,why?
method:pip install git+https://github.com/pandas-dev/pandas.git
failed reason: traceback (most recent call last): file "d:\pypy2-v5.8.0-win32\lib-python\2.7\logging\__init__.py", line 895, in emit stream.write(fs % msg) file "d:\pypy2-v5.8.0-win32\site-packages\pip\_vendor\colorama\ansitowin32.py" , line 141, in write self.write_and_convert(text) file "d:\pypy2-v5.8.0-win32\site-packages\pip\_vendor\colorama\ansitowin32.py" , line 169, in write_and_convert self.write_plain_text(text, cursor, len(text)) file "d:\pypy2-v5.8.0-win32\site-packages\pip\_vendor\colorama\ansitowin32.py" , line 174, in write_plain_text self.wrapped.write(text[start:end]) ioerror: [errno 12] not enough space: '<stdout>' logged file __init__.py, line 703 command "d:\pypy2-v5.8.0-win32\pypy.exe -u -c "import setuptools, tokenize;__fil e__='c:\\users\\linwang\\appdata\\local\\temp\\pip-i1adus-build\\setup.py';f=get attr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.clo se();exec(compile(code, __file__, 'exec'))" install --record c:\users\linwang\ap pdata\local\temp\pip-6s0jzx-record\install-record.txt --single-version-externall y-managed --compile" failed error code 1 in
- we no longer recommend using https://bitbucket.org/pypy/numpy.git, documented here recommend using upstream standard numpy repo.
- using upstream numpy should install, may crash.
- support pandas work in progress, should use latest head of pypy, cython, numpy , pandas work ongoing. love more feedback if continue have problems, hang out on irc @ #pypy
Comments
Post a Comment