biocom-uib / vpf-tools

Virus Protein Family tools
BSD 3-Clause "New" or "Revised" License
27 stars 7 forks source link

stack build error #13

Closed marineLZ closed 2 years ago

marineLZ commented 2 years ago

$ stack build HttpExceptionRequest Request { host = "github.com" port = 443 secure = True requestHeaders = [("User-Agent","Haskell pantry package")] path = "/bielr/fused-effects/archive/8bd165aa7b1c8ee61a94fe6c2f42d756c2c8ab8d.tar.gz" queryString = "" method = "GET" proxy = Nothing rawBody = False redirectCount = 10 responseTimeout = ResponseTimeoutDefault requestVersion = HTTP/1.1 } ConnectionTimeout

bielr commented 2 years ago

Can you confirm that that URL is accessible from this computer? (github.com/bielr/fused-effects/archive/8bd165aa7b1c8ee61a94fe6c2f42d756c2c8ab8d.tar.gz)

marineLZ commented 2 years ago

Thanks for your promt reply, bielr. I can access this file from my computer(windows),but cannot in my server(centos 8). What can i do if i download this file from my windows, and then upload to my server?

bielr commented 2 years ago

That download is part of the build process. The build system (stack) automatically downloads and installs dependencies, so a working internet connection is required to build vpf-class.

marineLZ commented 2 years ago

Ok, thanks for your advice. I will try vpn later.

marineLZ commented 2 years ago

Dear bielr, thanks for your beautiful app. I have successful installed it.

bielr commented 2 years ago

Much appreciated!