René's URL Explorer Experiment


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

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@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-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:2dc297d1-d67a-4312-64c8-b7a9cb50e0d3
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC5D0:1D83:60036EB:82C6868:698D1F43
html-safe-nonce2a3bf21823447db056da0274b988038d310a97db90012968115e69823ae13a25
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNUQwOjFEODM6NjAwMzZFQjo4MkM2ODY4OjY5OEQxRjQzIiwidmlzaXRvcl9pZCI6IjY2ODEyMzQ0MzU5NDMzODExNSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmace9388effaddc49ffa1bb6e7362fbf919aa25152c3db3f78f1d051d1b5bf2a6bc
hovercard-subject-tagissue:1160260773
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/SCECcode/ucvm_plotting/3/issue_layout
twitter:imagehttps://opengraph.githubassets.com/5552aef52f66a1c351de6cb3f6f3b42e26853a10e999db599765bf0a5a77e702/SCECcode/ucvm_plotting/issues/3
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/5552aef52f66a1c351de6cb3f6f3b42e26853a10e999db599765bf0a5a77e702/SCECcode/ucvm_plotting/issues/3
og:image:altI 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:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamepjmaechling
hostnamegithub.com
expected-hostnamegithub.com
Nonec25395580e1e3bf82d705e0982a1b24255366088720fef945f1493d5e3e67954
turbo-cache-controlno-preview
go-importgithub.com/SCECcode/ucvm_plotting git https://github.com/SCECcode/ucvm_plotting.git
octolytics-dimension-user_id8519819
octolytics-dimension-user_loginSCECcode
octolytics-dimension-repository_id309536471
octolytics-dimension-repository_nwoSCECcode/ucvm_plotting
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id309536471
octolytics-dimension-repository_network_root_nwoSCECcode/ucvm_plotting
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release94219dcb9c044792ec271fd5b23c73419858bef7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/issues/3#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FSCECcode%2Fucvm_plotting%2Fissues%2F3
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FSCECcode%2Fucvm_plotting%2Fissues%2F3
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=SCECcode%2Fucvm_plotting
Reloadhttps://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/issues/3
Reloadhttps://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/issues/3
Reloadhttps://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/issues/3
SCECcode https://patch-diff.githubusercontent.com/SCECcode
ucvm_plottinghttps://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FSCECcode%2Fucvm_plotting
Fork 1 https://patch-diff.githubusercontent.com/login?return_to=%2FSCECcode%2Fucvm_plotting
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2FSCECcode%2Fucvm_plotting
Code https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting
Issues 4 https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/issues
Pull requests 0 https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/pulls
Actions https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/actions
Projects 0 https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/projects
Wiki https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/wiki
Security 0 https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/security
Insights https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/pulse
Code https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting
Issues https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/issues
Pull requests https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/pulls
Actions https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/actions
Projects https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/projects
Wiki https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/wiki
Security https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/security
Insights https://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/SCECcode/ucvm_plotting/issues/3
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/SCECcode/ucvm_plotting/issues/3
updated install instructions neededhttps://patch-diff.githubusercontent.com/SCECcode/ucvm_plotting/issues/3#top
https://github.com/pjmaechling
https://github.com/pjmaechling
pjmaechlinghttps://github.com/pjmaechling
on Mar 5, 2022https://github.com/SCECcode/ucvm_plotting/issues/3#issue-1160260773
https://github.com/sceccode/ucvm_plotting.githttps://github.com/sceccode/ucvm_plotting.git
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.