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
If I add a private registry (]registry add ...) to a fresh system with a completely empty environment with no packages installed, then Julia cannot install any other public or private packages - it just says Cannot find name corresponding to UUID
To fix this, I need to remove private registry, then install any public package to General registry (e.g. ]add ArgParse), then add private registry again, and then it works fine.
The text was updated successfully, but these errors were encountered:
sairus7
changed the title
Cannot add any package when working with a private registry installed with an empty environment
Cannot add any package after adding private registry within an empty environment
Sep 29, 2021
The easiest solution is to do ]registry add General ... to install both General and your own registry at the same time.
There's not so much LocalRegistry can do about this except possibly mention it somewhere in the documentation.
If I add a private registry (
]registry add ...
) to a fresh system with a completely empty environment with no packages installed, then Julia cannot install any other public or private packages - it just saysCannot find name corresponding to UUID
To fix this, I need to remove private registry, then install any public package to General registry (e.g.
]add ArgParse
), then add private registry again, and then it works fine.The text was updated successfully, but these errors were encountered: