Solving \General\Registry.toml: No such file or directory when Installing Julia Packages
Error
ERROR: SystemError: opening file "C:\\Users\\rmsms\\.julia\\registries\\General\\Registry.toml": No such file or directory
Cause
It’s a really frustrating error, which, as the message indicates, occurs because the Registry.toml
file does not exist at the specified path.
Solution
Delete the C:\Users\사용자이름\.julia\registries\General
folder and try again.
Then, as shown above, the Registry.toml
file will be created, and the installation will proceed normally.