logo

Solving \General\Registry.toml: No such file or directory when Installing Julia Packages 📂Julia

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

20210323_182202

Delete the C:\Users\사용자이름\.julia\registries\General folder and try again.

20210323_182842 20210323_182617

Then, as shown above, the Registry.toml file will be created, and the installation will proceed normally.