Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Install

Jiwoo Lee edited this page Apr 26, 2019 · 7 revisions

Install using anaconda

https://anaconda.org/PCMDI/click_plots

  1. Installation using anaconda:
conda create -n [YOUR_ENV_NAME] -c cdat/label/nightly -c pcmdi/label/nightly -c conda-forge click_plots mesalib
source activate [YOUR_ENV_NAME]
  1. If you get error as below, you will need to install mesalib.
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
ERROR: In ../Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx, line 761
vtkXOpenGLRenderWindow (0x55feccc02470): Unable to find a valid OpenGL 3.2 or later implementation. Please update your video card driver to the latest version. If you are using Mesa please make sure you have version 11.2 or later and make sure your driver in Mesa supports OpenGL 3.2 such as llvmpipe or openswr. If you are on windows and using Microsoft remote desktop note that it only supports OpenGL 3.2 with nvidia quadro cards. You can use other remoting software such as nomachine to avoid this issue.

Installation of mesalib:

conda install -c cdat/label/nightly -c conda-forge mesalib vtk-cdat

Install from source code

  1. Clone repository: git clone https://github.com/PCMDI/click.git
  2. python setup.py install
Clone this wiki locally