Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A problem when installing DelaunayTriangulation #64

Closed
Beniuy opened this issue Jul 24, 2023 · 2 comments
Closed

A problem when installing DelaunayTriangulation #64

Beniuy opened this issue Jul 24, 2023 · 2 comments

Comments

@Beniuy
Copy link

Beniuy commented Jul 24, 2023

image
I overcome the following problem when installing, while it works during installation of other packages.
Thanks for your advice !

@DanielVandH
Copy link
Member

DanielVandH commented Jul 24, 2023

Hmm. I'm not sure why this might be happening for you @Beniuy. For me:

C:\Users\User>julia
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.6.7 (2022-07-19)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

(@v1.6) pkg> activate --temp
  Activating new environment at `C:\Users\User\AppData\Local\Temp\jl_0qKI50\Project.toml`

(jl_0qKI50) pkg>  add DelaunayTriangulation
    Updating registry at `C:\Users\User\.julia\registries\General`
    Updating git-repo `https://github.com/JuliaRegistries/General.git`
   Resolving package versions...
   Installed MakieCore ────────── v0.6.4
   Installed ChangesOfVariables ─ v0.1.8
   Installed InverseFunctions ─── v0.1.11
   Installed Primes ───────────── v0.5.4
   Installed FillArrays ───────── v1.4.2
    Updating `C:\Users\User\AppData\Local\Temp\jl_0qKI50\Project.toml`
  [927a84f5] + DelaunayTriangulation v0.7.2
[truncated]

Perhaps this is an issue with a corrupted folder for the general registry. Can you try following the steps here JuliaLang/julia#40531 (comment) and then trying again please? or something like

] registry remove General
] registry add General

might work.

@Beniuy
Copy link
Author

Beniuy commented Jul 25, 2023

Thank you for your timely and effective advice ! The problem has been resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants