You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting up a Nimble lock file trying to install dependencies is failing:
└─(16:05:39 on parallel-tests)──> nimble install -d ──(Wed,Jul12)─┘
Warning: Using the environment variable: NIMBLE_DIR='/Users/jaremycreechley/.nimble'
Downloading https://github.com/nim-lang/Nim.git using git
Tip: 4 messages have been suppressed, use --verbose to show them.
nimble.nim(362) useLockedNimIfNeeded
Error: Trying to use nim from /var/folders/yp/ky1yl8tn1fjclx29ftm_68th0000gn/T/nimble_34556/githubcom_nimlangNimgit_1.6.14_71ba2e7f3c5815d956b1ae0341b0743242b8fec6
Hint: If you are using develop mode nim make sure to compile it.
If you run nimble install it works. After running nimble install the nimble install -d also works.
Nimble version tested:
Warning: Using the environment variable: NIMBLE_DIR='/Users/jaremycreechley/.nimble'
nimble v0.14.2 compiled at 2023-07-11 02:57:54
git hash: 3575fd54a890d910ace56678aa74b4237d604175
The text was updated successfully, but these errors were encountered:
When setting up a Nimble lock file trying to install dependencies is failing:
If you run
nimble install
it works. After runningnimble install
thenimble install -d
also works.Nimble version tested:
Warning: Using the environment variable: NIMBLE_DIR='/Users/jaremycreechley/.nimble' nimble v0.14.2 compiled at 2023-07-11 02:57:54 git hash: 3575fd54a890d910ace56678aa74b4237d604175
The text was updated successfully, but these errors were encountered: