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

Troubleshooting

meihuisu edited this page May 24, 2019 · 6 revisions

An error occurred while trying to setup UCVM. Specifically, the error was:

Error executing command.
At step: ['gunzip', u'./work/lib/euclid3-1.3.tar.gz']
Please contact [email protected] for assistance setting up UCVM. In your message,
please let us know the operating system on which you are running and some
specifications about your computer

This happens if the large files (including euclid3-1.3.tar.gz) are not staged. First run the stage_large_files.py script, then rerun the ./ucvm_setup.py script

UCVM 17.1.0 Installation
Copyright (C) 2017 SCEC. All rights reserved.
Using local setup.list and system.list ....
Now check system specific conditions.
System_data - k:  h2ologin
System_data - k:  all
Using local setup.list file

Please answer the following questions to install UCVM.

Note that this install and build process may take up to an hour depending on your
computer speed.
Where would you like UCVM to be installed?
(Default: /home/rcf-01/maechlin/ucvm-17.1.0)
Enter path or blank to use the default path: 
Would you like to download and install CVM-S4?
Enter yes or no: 
Would you like to download and install CVM-S4.26?
Enter yes or no: 
Would you like to download and install CVM-S4.26.M01?
Enter yes or no: 
Would you like to download and install CVM-H?
Enter yes or no: 
Would you like to download and install CenCalVM?
Enter yes or no: 
You have indicated that you would like to download and install
CVM-S4, CVM-S4.26, CVM-S4.26.M01, CVM-H, and CenCalVM

You have indicated that you would like to download and install
Euclid3, Proj4, and FFTW
Work directory does not exist. Error, exitting...

This is also caused by the file not staged. Return to the largefiles directory and run ./stage_large_files.py

Plotting Error

ERROR: NumPy and Matplotlib must be installed on your system in order to generate these plots.

This error means that the required python optional libraries are not installed, or not accessible, on your system. We recommend use of the anaconda distribution that includes most of the required optional libraries.

With anaconda, if a missing library is identified, it can be added with the conda installer, %conda install Matplotlib

Clone this wiki locally