-
Notifications
You must be signed in to change notification settings - Fork 21
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
Whippet install issue with HttpParser #51
Comments
Hey, I am away on honeymoon until 9/12 without a computer. So not sure how much I can help now. That being said, it is possible the original error message might be useful. One way to get this is to just start from scratch: 'rm -rf /home/al2025/.julia/v0.5' and open julia and try Pkg.add("Requests") |
so I tried a complete removal of julia, reinstall of v0.5, and ended up with a hangup on HttpParser again...
At this point, I tried your above suggestion of removing the v0.5 folder, and then running Pkg.add("Requests") in julia....
I'm wondering if this is an issue in some friction between linuxbrew (which is what I used to set up a good portion of my bioinformatic tools) and julia. Any thoughts now that the original error is up here? |
Hi @AndrewLangvt, I can't reproduce the error, and since it is setenv and path/directory related, its possible that there might be something going on with your local environment, though I'm not sure what. I think the conclusion there was that the issue was system/environment specific since the errors didn't occur on travis. So not super helpful, and I am not sure how to suggest a fix. Can you try another user on the same machine or a different machine entirely? Perhaps opening an issue to the upstream package would produce some more specific suggestions? NOTE: When I update Whippet.jl to Julia v0.6 (there are some significant syntax changes in v0.6 and so updating Whippet has been dependent on some other packages catching up first), I will look into the possibility of deprecating Requests.jl and HttpParser.jl in place of the newer HTTP.jl julian version. |
Thanks @timbitz I have opened an issue with the HttpParser.jl repo. I appreciate your help with this, and look forward to the new version of Whippet.jl! |
I am having difficulty with the HttpParser build when trying to install Whippet.
I then attempted to build the package, but still no luck...
Any thoughts on where I'm going wrong here? I'm quite new to Julia, so it may be a very simple issue...
The text was updated successfully, but these errors were encountered: