Title: updated install instructions needed · Issue #3 · SCECcode/ucvm_plotting · GitHub
Open Graph Title: updated install instructions needed · Issue #3 · SCECcode/ucvm_plotting
X Title: updated install instructions needed · Issue #3 · SCECcode/ucvm_plotting
Description: I tried to follow the installation instructions. it needs some updates. in which directory should the users clone ucvm_plotting the unpack-dist seems to complete correctly, but the first call to plot_depth_profile.py fails, seemingly bec...
Open Graph Description: I tried to follow the installation instructions. it needs some updates. in which directory should the users clone ucvm_plotting the unpack-dist seems to complete correctly, but the first call to pl...
X Description: I tried to follow the installation instructions. it needs some updates. in which directory should the users clone ucvm_plotting the unpack-dist seems to complete correctly, but the first call to pl...
Opengraph URL: https://github.com/SCECcode/ucvm_plotting/issues/3
X: @github
Domain: patch-diff.githubusercontent.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"updated install instructions needed","articleBody":"I tried to follow the installation instructions. it needs some updates.\r\n1) in which directory should the users clone ucvm_plotting\r\n2) the unpack-dist seems to complete correctly, but the first call to plot_depth_profile.py fails, seemingly because of the version of python being called.\r\n\r\nCan the installations instructions be updated to include more details on how to perform this installation?\r\n\r\nRunning examples_programs_mesh ucvm2mesh_mpi_layer_cvmsi\r\n[SUCCESS]\r\nRunning examples_programs_mesh ucvm2mesh_mpi_layer_cvms\r\n[SUCCESS]\r\n(base) [maechlin@discovery2 tests]$ pwd\r\n/project/scec_608/maechlin/ucvm_bin/tests\r\n(base) [maechlin@discovery2 tests]$ cd ..\r\n(base) [maechlin@discovery2 ucvm_bin]$ ls\r\nbin conf include lib man model tests utilities work\r\n(base) [maechlin@discovery2 ucvm_bin]$ cd ..\r\n(base) [maechlin@discovery2 maechlin]$ ls\r\nanaconda3 fdm rcf-104 scec-01 scec-04 scecbbp tx_logs ucvm_bin ucvm_errors\r\ndev hypocenter scec-00 scec-02 scec-06 scec_users ucvm ucvm_bin_21.7\r\n(base) [maechlin@discovery2 maechlin]$ git clone https://github.com/sceccode/ucvm_plotting.git\r\nCloning into 'ucvm_plotting'...\r\nremote: Enumerating objects: 1236, done.\r\nremote: Counting objects: 100% (160/160), done.\r\nremote: Compressing objects: 100% (131/131), done.\r\nremote: Total 1236 (delta 84), reused 71 (delta 25), pack-reused 1076\r\nReceiving objects: 100% (1236/1236), 2.90 MiB | 0 bytes/s, done.\r\nResolving deltas: 100% (637/637), done.\r\n(base) [maechlin@discovery2 maechlin]$ cd ucvm_plotting/\r\n(base) [maechlin@discovery2 ucvm_plotting]$ ls\r\nCODE_OF_CONDUCT.md CREDITS.md examples make-dist pycvm README.md setup.py ucvm_plotting unpack-dist\r\nCONTRIBUTING.md dist LICENSE.txt MANIFEST.in pyproject.toml setup.cfg tests ucvmPlotting.yml utilities\r\n(base) [maechlin@discovery2 ucvm_plotting]$ ./unpack-dist \r\nProcessing ./dist/ucvm_plotting-0.0.2.tar.gz\r\n Installing build dependencies ... done\r\n Getting requirements to build wheel ... done\r\n Preparing wheel metadata ... done\r\nCollecting basemap\r\n Downloading basemap-1.3.2-cp38-cp38-manylinux1_x86_64.whl (862 kB)\r\n |████████████████████████████████| 862 kB 35.4 MB/s \r\nRequirement already satisfied: numpy in /project/scec_608/maechlin/anaconda3/lib/python3.8/site-packages (from ucvm-plotting==0.0.2) (1.20.1)\r\nRequirement already satisfied: packaging in /project/scec_608/maechlin/anaconda3/lib/python3.8/site-packages (from ucvm-plotting==0.0.2) (20.9)\r\nRequirement already satisfied: matplotlib in /project/scec_608/maechlin/anaconda3/lib/python3.8/site-packages (from ucvm-plotting==0.0.2) (3.3.4)\r\nCollecting basemap-data\u003c1.4,\u003e=1.3.2\r\n Downloading basemap_data-1.3.2-py2.py3-none-any.whl (30.5 MB)\r\n |████████████████████████████████| 30.5 MB 101.1 MB/s \r\nCollecting numpy\r\n Downloading numpy-1.22.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.8 MB)\r\n |████████████████████████████████| 16.8 MB 90.5 MB/s \r\nRequirement already satisfied: pyproj\u003c3.4.0,\u003e=1.9.3 in /project/scec_608/maechlin/anaconda3/lib/python3.8/site-packages (from basemap-\u003eucvm-plotting==0.0.2) (2.6.1.post1)\r\nCollecting pyshp\u003c2.2,\u003e=1.2\r\n Downloading pyshp-2.1.3.tar.gz (219 kB)\r\n |████████████████████████████████| 219 kB 104.8 MB/s \r\nRequirement already satisfied: six\u003c1.16,\u003e=1.10 in /project/scec_608/maechlin/anaconda3/lib/python3.8/site-packages (from basemap-\u003eucvm-plotting==0.0.2) (1.15.0)\r\nRequirement already satisfied: cycler\u003e=0.10 in /project/scec_608/maechlin/anaconda3/lib/python3.8/site-packages (from matplotlib-\u003eucvm-plotting==0.0.2) (0.10.0)\r\nRequirement already satisfied: pillow\u003e=6.2.0 in /project/scec_608/maechlin/anaconda3/lib/python3.8/site-packages (from matplotlib-\u003eucvm-plotting==0.0.2) (8.2.0)\r\nRequirement already satisfied: kiwisolver\u003e=1.0.1 in /project/scec_608/maechlin/anaconda3/lib/python3.8/site-packages (from matplotlib-\u003eucvm-plotting==0.0.2) (1.3.1)\r\nRequirement already satisfied: python-dateutil\u003e=2.1 in /project/scec_608/maechlin/anaconda3/lib/python3.8/site-packages (from matplotlib-\u003eucvm-plotting==0.0.2) (2.8.1)\r\nRequirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,\u003e=2.0.3 in /project/scec_608/maechlin/anaconda3/lib/python3.8/site-packages (from matplotlib-\u003eucvm-plotting==0.0.2) (2.4.7)\r\nBuilding wheels for collected packages: ucvm-plotting, pyshp\r\n Building wheel for ucvm-plotting (PEP 517) ... done\r\n Created wheel for ucvm-plotting: filename=ucvm_plotting-0.0.2-py3-none-any.whl size=89600 sha256=0fb468cd48ce7999dd8c84fdda7367c1f5774c6a8d8085848474db3e31987379\r\n Stored in directory: /home1/maechlin/.cache/pip/wheels/8e/3c/d0/d8e5943709a4ea6ad6c9f1f4a5b9592957209911193d00468f\r\n Building wheel for pyshp (setup.py) ... done\r\n Created wheel for pyshp: filename=pyshp-2.1.3-py3-none-any.whl size=37263 sha256=d61c28f4c0d71dc4457d1277901ec85e8ab55f1047a992bc9329195199d5af4c\r\n Stored in directory: /home1/maechlin/.cache/pip/wheels/1f/1b/b5/54affbefc8a7e2bdf1da000fc576b8a1c91338f1f327a04f4c\r\nSuccessfully built ucvm-plotting pyshp\r\nInstalling collected packages: numpy, pyshp, basemap-data, basemap, ucvm-plotting\r\n Attempting uninstall: numpy\r\n Found existing installation: numpy 1.20.1\r\n Uninstalling numpy-1.20.1:\r\n Successfully uninstalled numpy-1.20.1\r\nSuccessfully installed basemap-1.3.2 basemap-data-1.3.2 numpy-1.22.2 pyshp-2.1.3 ucvm-plotting-0.0.2\r\n(base) [maechlin@discovery2 ucvm_plotting]$ ls\r\nCODE_OF_CONDUCT.md CREDITS.md examples make-dist pycvm README.md setup.py ucvm_plotting unpack-dist\r\nCONTRIBUTING.md dist LICENSE.txt MANIFEST.in pyproject.toml setup.cfg tests ucvmPlotting.yml utilities\r\n(base) [maechlin@discovery2 ucvm_plotting]$ plot_depth_profile.py\r\nTraceback (most recent call last):\r\n File \"/project/scec_608/maechlin/anaconda3/bin/plot_depth_profile.py\", line 11, in \u003cmodule\u003e\r\n from pycvm import DepthProfile, UCVM, VERSION, UCVM_CVMS, Point, ask_number, ask_path, ask_file, get_user_opts\r\n File \"/project/scec_608/maechlin/anaconda3/lib/python3.8/site-packages/pycvm/__init__.py\", line 6, in \u003cmodule\u003e\r\n from .elevation_horizontal_slice import ElevationHorizontalSlice\r\n File \"/project/scec_608/maechlin/anaconda3/lib/python3.8/site-packages/pycvm/elevation_horizontal_slice.py\", line 146\r\n else: \r\n ^\r\nTabError: inconsistent use of tabs and spaces in indentation","author":{"url":"https://github.com/pjmaechling","@type":"Person","name":"pjmaechling"},"datePublished":"2022-03-05T06:31:09.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/3/ucvm_plotting/issues/3"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:2dc297d1-d67a-4312-64c8-b7a9cb50e0d3 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | C5D0:1D83:60036EB:82C6868:698D1F43 |
| html-safe-nonce | 2a3bf21823447db056da0274b988038d310a97db90012968115e69823ae13a25 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNUQwOjFEODM6NjAwMzZFQjo4MkM2ODY4OjY5OEQxRjQzIiwidmlzaXRvcl9pZCI6IjY2ODEyMzQ0MzU5NDMzODExNSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | e9388effaddc49ffa1bb6e7362fbf919aa25152c3db3f78f1d051d1b5bf2a6bc |
| hovercard-subject-tag | issue:1160260773 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/SCECcode/ucvm_plotting/3/issue_layout |
| twitter:image | https://opengraph.githubassets.com/5552aef52f66a1c351de6cb3f6f3b42e26853a10e999db599765bf0a5a77e702/SCECcode/ucvm_plotting/issues/3 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/5552aef52f66a1c351de6cb3f6f3b42e26853a10e999db599765bf0a5a77e702/SCECcode/ucvm_plotting/issues/3 |
| og:image:alt | I tried to follow the installation instructions. it needs some updates. in which directory should the users clone ucvm_plotting the unpack-dist seems to complete correctly, but the first call to pl... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | pjmaechling |
| hostname | github.com |
| expected-hostname | github.com |
| None | c25395580e1e3bf82d705e0982a1b24255366088720fef945f1493d5e3e67954 |
| turbo-cache-control | no-preview |
| go-import | github.com/SCECcode/ucvm_plotting git https://github.com/SCECcode/ucvm_plotting.git |
| octolytics-dimension-user_id | 8519819 |
| octolytics-dimension-user_login | SCECcode |
| octolytics-dimension-repository_id | 309536471 |
| octolytics-dimension-repository_nwo | SCECcode/ucvm_plotting |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 309536471 |
| octolytics-dimension-repository_network_root_nwo | SCECcode/ucvm_plotting |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 94219dcb9c044792ec271fd5b23c73419858bef7 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width