-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
[Bug]: Problem downloading https://sourceforge.mirrorservice.org/l/li/libpng/libpng16/1.6.4 #104
Comments
You did nothing wrong, the problem is on the |
Hi! Thanks for responding! Here's the bit before that:
I just tried installing it again, and got the same error sadly! |
I think you are getting SSL errors because your OS version is very old and you are not receiving SSL updates anymore. You can try running this before brew install command to avoid SSL checks altogether: echo "--insecure" > ~/.curlrc
export HOMEBREW_CURLRC=1 |
Thank you!! Yes I just discovered last night that my OS is... ancient! I tried what you suggested and managed to get a lot further! Yay! THANK YOU! Then I encountered this:
Maybe I didn't follow the instructions correctly? In the meantime, I'll go shop on Amazon for a new laptop!! |
You got another error during the installation. Homebrew usually supports only the three most recent versions of macOS, so you're out of luck here. I think you should try using the pre-compiled binary instead of installing it via homebrew. |
Thank you! I really appreciate your help here. I will give that ago and if that doesn't work, I'll either get a new laptop (which I should anyway) or just pay for Evernote premium until I do! Thank you again!! |
enex2notion version
Installation issue
What OS are you using?
MacOS
OS Version / Linux distribution
Mac OS 10.11.6
Bug description
Hi, noob here trying to get my Evernote notes into Notion. Managed to do all the steps except the "brew install enex2notion" step which threw up this error:
Trying a mirror...
==> Downloading https://sourceforge.mirrorservice.org/l/li/libpng/libpng16/1.6.4
Warning: Transient problem: timeout Will retry in 1 seconds. 3 retries left.
Warning: Transient problem: timeout Will retry in 2 seconds. 2 retries left.
Warning: Transient problem: timeout Will retry in 4 seconds. 1 retries left.
curl: (6) Could not resolve host: sourceforge.mirrorservice.org
Error: enex2notion: Failed to download resource "libpng"
Download failed: https://sourceforge.mirrorservice.org/l/li/libpng/libpng16/1.6.40/libpng-1.6.40.tar.xz
Did I do something wrong? Would love to know how to get this installed! (Please explain simply, sorry! I'm amazed I got this far following the instructions to be honest!) Thank you!
Log excerpt
No response
The text was updated successfully, but these errors were encountered: