# Registry problems. Related to the planned change?

**URL:** https://discourse.julialang.org/t/registry-problems-related-to-the-planned-change/22925
**Category:** General Usage
**Created:** [April 8, 2019, 3:37pm UTC](https://discourse.julialang.org/t/registry-problems-related-to-the-planned-change/22925 "2019-04-08T15:37:02Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![PetrKryslUCSD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/petrkryslucsd/32/215825_2.png) [@PetrKryslUCSD](https://discourse.julialang.org/u/PetrKryslUCSD)
#### Post date: [April 8, 2019, 3:37pm UTC](https://discourse.julialang.org/t/registry-problems-related-to-the-planned-change/22925/1 "2019-04-08T15:37:02Z")

</div>

```julia
pkrysl@FIRENZE:/mnt/c/Users/PKrysl/Documents/AcoustColAluCyl$ ../julia-1.1.0/bin/julia
               _
   _ _ _(_)_ | Documentation: https://docs.julialang.org
  (_) | (_) (_) |
   _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` | |
  | | |_| | | | (_| | | Version 1.1.0 (2019-01-21)
 _/ |\ __'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |

julia> using Pkg; Pkg.activate("."); Pkg.instantiate()
   Cloning default registries into `~/.julia`
   Cloning registry from "https://github.com/JuliaRegistries/General.git"
ERROR: SystemError: opening file "/home/pkrysl/.julia/registries/General/Registry.toml": No such file or directory

```

---

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [April 8, 2019, 3:41pm UTC](https://discourse.julialang.org/t/registry-problems-related-to-the-planned-change/22925/2 "2019-04-08T15:41:30Z")

</div>

Nothing has changed with the registry so this is odd. The file is definitely there ([GitHub - JuliaRegistries/General: The official registry of general Julia packages](https://github.com/JuliaRegistries/General)). Perhaps try delete the registry and try again.

---

<div class="post-metadata">

### Author: ![PetrKryslUCSD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/petrkryslucsd/32/215825_2.png) [@PetrKryslUCSD](https://discourse.julialang.org/u/PetrKryslUCSD)
#### Post date: [April 8, 2019, 4:12pm UTC](https://discourse.julialang.org/t/registry-problems-related-to-the-planned-change/22925/3 "2019-04-08T16:12:16Z")

</div>

Razed the .julia folder to the ground and now it worked with the latest nightly.  
Will try again with 1.1. Thanks.
