zhaoli-IHEP / FeAmGen.jl

MIT License
1 stars 0 forks source link

Cannot build qgraf even though it is installed and in PATH #1

Open SamuelJosephs opened 9 months ago

SamuelJosephs commented 9 months ago

When I try to build the package I get the following error

ERROR: Unable to automatically download/install artifact 'QGRAF' from sources listed in '/home/username/.julia/packages/FeAmGen/9BVqP/Artifacts.toml'.
Sources attempted:
- https://pkg.julialang.org/artifact/1996517f9357ff795d2c588b54ff0eee1c117fb1
    Error: HTTP/2 404 while requesting https://pkg.julialang.org/artifact/1996517f9357ff795d2c588b54ff0eee1c117fb1
- http://anonymous:anonymous@qgraf.tecnico.ulisboa.pt/v3.6/qgraf-3.6.5.tgz
    Error: HTTP/1.1 404 Not Found while requesting http://anonymous:anonymous@qgraf.tecnico.ulisboa.pt/v3.6/qgraf-3.6.5.tgz

This happens whether I set the ENV["QGRAF"]=path/to/qgraf flag or not.

I am very stuck and have been unable to trouble shoot this.

I have tried this on both Fedora Linux and wsl2 Ubuntu and get the same error. Any help is much appreciated!

Fenyutanchan commented 9 months ago

The Qgraf v3.6.5 is not available on the source URL. We have updated the auto-building program to Qgraf v3.6.7. BTW, the ENV["QGRAF"] should be set to the path the qgraf you have installed manually. Plz just run import Pkg; Pkg.update("FeAmGen")~

Thank you for your reporting on this issue.

@zhaoli-IHEP, plz mark it as solved.