Hi Ernesto,

pytz seems to be a dependency of pandas, and is being pulled in from PyPI during the installation process, which is not working for you (due to firewall)?

You should try and install pytz first before you install pandas, which is exactly what we do in more recent Python easyconfig files.


regards,

Kenneth

On 17/11/2017 20:22, Ernesto Eduardo Diaz Conde wrote:
hello i tried to install  pandas-0.19.2-foss-2015b-Python-3.5.0.eb, but I'm getting the error below


Installed /opt/librarieshpc/easybuild/software/pandas/0.19.2-foss-2015b-Python-3.5.0/lib/python3.5/site-packages/pandas-0.19.2-py3.5-linux-x86_64.egg
Processing dependencies for pandas==0.19.2
Searching for pytz>=2011k
Reading https://pypi.python.org/simple/pytz/
Download error on https://pypi.python.org/simple/pytz/: [Errno -2] Name or service not known -- Some packages may not be found!
Couldn't find index page for 'pytz' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
Download error on https://pypi.python.org/simple/: [Errno -2] Name or service not known -- Some packages may not be found!
No local packages or download links found for pytz>=2011k
error: Could not find suitable distribution for Requirement.parse('pytz>=2011k')  (at easybuild/software/EasyBuild/3.3.0/lib/python2.7/site-packages/easybuild_framework-3.3.0-py2.7.egg/easybuild/tools/run.py:444 in parse_cmd_output) == 2017-11-17 14:09:08,809 easyblock.py:2574 WARNING build failed (first 300 chars): cmd " /opt/librarieshpc/easybuild/software/Python/3.5.0-foss-2015b/bin/python setup.py install --prefix=/opt/librarieshpc/easybuild/software/pandas/0.1$
running install
running bdist_egg
running egg_info
creating pandas.egg-info
writing
== 2017-11-17 14:09:08,810 easyblock.py:277 INFO Closing log for application name pandas version 0.19.2


Reply via email to