JuliaInv / ForwardHelmholtz.jl

A package for defining and solving the Helmholtz equation.
MIT License
5 stars 3 forks source link

Can not install ForwardHelmholtz #2

Open Guowu-Mcgill opened 2 years ago

Guowu-Mcgill commented 2 years ago

Hi there,

I am reading your paper recently. The work of Forward Helmholtz equation is of my interest. However, when i try to install the package following the instructions, i got the following error. (see outputs and screenshot below!)

Not to sure what is the problem as i am really new to Julia.

Any kinds of help will be appreciated! Many thanks!

"could not find project file in package at https://github.com/JuliaInv/ForwardHelmholtz.jl maybe subdir needs to be specified. "

WeChat Image_20220214224306

erantreister commented 2 years ago

Hi,

It's not so maintained. Also I added a newer version of this package in https://github.com/JuliaInv/Helmholtz.jl I indeed should delete the old one. Just clone and it should work. At least it did on older 1.0+ versions of Julia.

Eran

On Tue, Feb 15, 2022 at 5:46 AM Guowu Zhang @.***> wrote:

Hi there,

I am reading your paper recently. The work of Forward Helmholtz equation is of my interest. However, when i try to install the package following the instructions, i got the following error. (see outputs and screenshot below!)

Not to sure what is the problem as i am really new to Julia.

Any kinds of help will be appreciated! Many thanks!

"could not find project file in package at https://github.com/JuliaInv/ForwardHelmholtz.jl maybe subdir needs to be specified. "

[image: WeChat Image_20220214224306] https://user-images.githubusercontent.com/65426870/153988596-d3f46967-7ff9-4285-87ec-0027971f0638.png

— Reply to this email directly, view it on GitHub https://github.com/JuliaInv/ForwardHelmholtz.jl/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADXEOPM5HLHQ7M7DKP2VW6LU3HECBANCNFSM5ONJSW2Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

Guowu-Mcgill commented 2 years ago

Hi Eran,

Thanks a lot for this kindly and prompt reply!

I will try the newer version! Thanks!

Guowu