Cannot seem to install pandas for python 2.7 on windows -
sorry if has been answered somewhere already, couldn't find answer.
i have installed python 2.7.3 onto windows 7 computer. downloaded pandas-0.10.1.win-amd64-py2.7.exe , tried install it. have gotten past first window, states "python 2.7 required, not found in registry".
i option put path in find python, cannot work.
how fix this? sorry silly question.
thanks. ~kututo
i faced same issue. here worked
- changed path include c:\python27;c:\python27\lib\site-packages\;c:\python27\scripts\;
- uninstall 64bit numpy , pandas
- install 32win 2.7 numpy , pandas
- i had install dateutil , pytz
- pandas , numpy work import work fine
Comments
Post a Comment