You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@climate.apache.org by Ibrahim Jarif <ja...@gmail.com> on 2016/02/25 20:41:18 UTC

Problem with installation

I get the following error on trying ' conda install --file
ocw-conda-dependencies.txt'

=================================================================================
Solving package specifications: ...............................
Error: Unsatisfiable package specifications.
Generating hint:
[      COMPLETE      ]|###################################################|
100%


Hint: the following packages conflict with each other:
  - netcdf4 1.0.8
  - h5py 2.5.0

Use 'conda info netcdf4' etc. to see the dependencies for each package.

====================================================================================


I also tried to manually install both the packages. Now I get this error

===================================================================================================================
(ocw) climate[master*] %  python examples/simple_model_to_model_bias.py
Vendor:  Continuum Analytics, Inc.
Package: mkl
Message: trial mode expires in 30 days
/home/ibrahim/virtualenvs/ocw/local/lib/python2.7/site-packages/matplotlib/font_manager.py:273:
UserWarning: Matplotlib is building the font cache using fc-list. This may
take a moment.
  warnings.warn('Matplotlib is building the font cache using fc-list. This
may take a moment.')
Traceback (most recent call last):
  File "examples/simple_model_to_model_bias.py", line 24, in <module>
    import ocw.data_source.local as local
  File "build/bdist.linux-x86_64/egg/ocw/data_source/local.py", line 26, in
<module>
  File "build/bdist.linux-x86_64/egg/ocw/dataset.py", line 29, in <module>
  File "build/bdist.linux-x86_64/egg/ocw/utils.py", line 28, in <module>
  File
"/home/ibrahim/virtualenvs/ocw/local/lib/python2.7/site-packages/netCDF4/__init__.py",
line 3, in <module>
    from ._netCDF4 import *
ImportError:
/home/ibrahim/virtualenvs/ocw/local/lib/python2.7/site-packages/netCDF4/../../.././libcurl.so.4:
undefined symbol: SSLv2_client_method

======================================================================================================================

Does anyone know how to fix this? I was trying to setup things according to
this link
<https://cwiki.apache.org/confluence/display/CLIMATE/Getting+Started>.