Installation failed #29
Replies: 1 comment
-
when I tried to install openmc, I have got these messages:
Please make sure you have the correct access rights |
Beta Was this translation helpful? Give feedback.
-
when I tried to install openmc, I have got these messages:
Please make sure you have the correct access rights |
Beta Was this translation helpful? Give feedback.
-
Hi,
My name is Suharyana from Physics Dept. Sebelas Maret University Indonesia. I'm very interested in these software and I tried to install them.
I'm using the latest linux mint version. When installed anaconda3 I used Sam Dotson's script ubuntu-post-installer .
I followed all instructions. However failed.
When I tried to install the openmc, I've got message
ERROR: Permission to yardasol/openmc.git denied to Suharyana61.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I tried again by adding --clean
(base) shry@shry3-X450EA:~/ubuntu-nuclear-software-installer$ bash ubuntu-nuclear-software-installer.bash openmc --clean
Installing openmc
Already on 'develop'
Your branch is ahead of 'origin/develop' by 788 commits.
(use "git push" to publish your local commits)
Already up to date.
ERROR: Permission to yardasol/openmc.git denied to Suharyana61.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
When I tried to install the pyne, I have got these messages:
(base) shry@shry3-X450EA:~/ubuntu-nuclear-software-installer$ bash ubuntu-nuclear-software-installer.bash pyne --clean
Installing pyne
Cloning into '/home/shry/projects/pyne'...
remote: Enumerating objects: 43343, done.
remote: Counting objects: 100% (1647/1647), done.
remote: Compressing objects: 100% (678/678), done.
remote: Total 43343 (delta 965), reused 1468 (delta 924), pack-reused 41696
Receiving objects: 100% (43343/43343), 42.47 MiB | 864.00 KiB/s, done.
Resolving deltas: 100% (28688/28688), done.
Updating files: 100% (956/956), done.
remote: Enumerating objects: 430, done.
remote: Counting objects: 100% (430/430), done.
remote: Compressing objects: 100% (130/130), done.
remote: Total 430 (delta 313), reused 390 (delta 298), pack-reused 0
Receiving objects: 100% (430/430), 109.29 KiB | 1.56 MiB/s, done.
Resolving deltas: 100% (313/313), completed with 9 local objects.
From github.com:pyne/pyne
Already on 'develop'
Your branch is up to date with 'origin/develop'.
Updating f04729a6..0a71174c
Fast-forward
.github/actions/login-buildx-cache/action.yml | 31 --------------
.github/workflows/build_test.yml | 40 ++++--------------
.github/workflows/docker_publish.yml | 259 ++++++++++++++++++++++++++++---------------------------------------------------------------------------------------
CHANGELOG.rst | 6 ++-
docker/ubuntu_20.04-dev.dockerfile | 164 ++++++++++++++++++++++++++++++++++++-------------------------------------
pyne/endf.pyx | 3 +-
pyne/openmc_utils.py | 2 +-
pyne/utils.py | 46 ++++++++++++---------
src/source_sampling.h | 10 +----
tests/test_openmc_utils.py | 8 ++--
tests/test_transmuters.py | 2 +-
tests/test_utils.py | 14 ++++---
12 files changed, 201 insertions(+), 384 deletions(-)
delete mode 100644 .github/actions/login-buildx-cache/action.yml
ERROR: Permission to yardasol/pyne.git denied to Suharyana61.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Could you please help me solving this problem? Thank you very much.
Best regards, Suharyana
Beta Was this translation helpful? Give feedback.
All reactions