New issue 2851: Is pypy really supporting pandas now? https://bitbucket.org/pypy/pypy/issues/2851/is-pypy-really-supporting-pandas-now
Haotian_Wu: Hi talented guys, I am trying to use pandas in pypy right now, since I see the notice "PyPy v5.9 Released, Now Supports Pandas, NumPy". I am using "Python2.7 compatible PyPy 6.0.0, Windows binary (32bit) " and Python 2.7. I have successfully installed numpy on pypy. But when I try to install pandas using different ways, there are always errors and I don't know how to fix that. For example, when I use "pip install pandas" under pypy bin, it shows something like this: C:\Users\Haotian Wu\Downloads\pypy2-v6.0.0-win32\pypy2-v6.0.0-win32\bin>pip install pandas Collecting pandas Using cached https://files.pythonhosted.org/packages/27/85/f9e4f0e47a6f1410b1d737b74a1764868e9197e3197a2be843507b505636/pandas-0.23.1.tar.gz Requirement already satisfied: python-dateutil>=2.5.0 in c:\users\haotian wu\downloads\pypy2-v6.0.0-win32\pypy2-v6.0.0-win32\site-packages (from pandas) (2.7.3) Requirement already satisfied: pytz>=2011k in c:\users\haotian wu\downloads\pypy2-v6.0.0-win32\pypy2-v6.0.0-win32\site-packages (from pandas) (2018.4) Requirement already satisfied: numpy>=1.9.0 in c:\users\haotian wu\downloads\pypy2-v6.0.0-win32\pypy2-v6.0.0-win32\site-packages (from pandas) (1.10.0) Requirement already satisfied: six>=1.5 in c:\users\haotian wu\downloads\pypy2-v6.0.0-win32\pypy2-v6.0.0-win32\site-packages (from python-dateutil>=2.5.0->pandas) (1.11.0) Installing collected packages: pandas Running setup.py install for pandas ... error Complete output from command "c:\users\haotian wu\downloads\pypy2-v6.0.0-win32\pypy2-v6.0.0-win32\pypy.exe" -u -c "import setuptools, tokenize;__file__='c:\\users\\haotia~1\\appdata\\local\\temp\\pip-install-wpq53k\\pandas\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record c:\users\haotia~1\appdata\local\temp\pip-record-tacmug\install-record.txt --single-version-externally-managed --compile: ... error: command 'C:\\Users\\Haotian Wu\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\cl.exe' failed with exit status 2 ---------------------------------------- **Command ""c:\users\haotian wu\downloads\pypy2-v6.0.0-win32\pypy2-v6.0.0-win32\pypy.exe" -u -c "import setuptools, tokenize;__file__='c:\\users\\haotia~1\\appdata\\local\\temp\\pip-install-wpq53k\\pandas\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record c:\users\haotia~1\appdata\local\temp\pip-record-tacmug\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\users\haotia~1\appdata\local\temp\pip-install-wpq53k\pandas\** Is pypy supporting pandas now? If yes, how could I install pandas on my windows system? Could you please provide some specific approaches? Thanks for your help. Look forward to your early reply. _______________________________________________ pypy-issue mailing list pypy-issue@python.org https://mail.python.org/mailman/listinfo/pypy-issue