You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.
This will take me a while to be sure what's gone wrong; this part of the code was written many years ago.
The whole of snoing could do with a rewrite; we just don't have time.
On quick inspection, that part of the code should only be executed if libcurl is not installed. If there is an error in the code here, it would make sense that it wouldn't have been picked out for years because libcurl is installed on almost every system by default. What OS are you running this on?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
see line 41 curl.py
"self.get_install_path()" should be "self._system.get_install_path()"
also,
"_download" isn't called. (changing this to "download" worked for me.. something going on..)
The text was updated successfully, but these errors were encountered: