N0taN3rd / wail

:whale2: One-Click User Instigated Preservation
http://matkelly.com/wail
GNU General Public License v3.0
121 stars 9 forks source link

WAIL on OS X 10.10 #75

Closed weiglemc closed 7 years ago

weiglemc commented 7 years ago

Running an older version of OS X (10.10). Got this message when I tried to create a new collection. screen shot 2017-04-11 at 7 52 53 pm

weiglemc commented 7 years ago

Recent updated worked on OS X 10.10

weiglemc commented 7 years ago

Maybe that didn't fix it. After the crawl ended, I got this error:

Error: Could Not Add Warcs to default because Error loading Python lib '/Applications/WAIL.app/Contents/Resources/app/bundledApps/pywb/Python': dlopen(/Applications/WAIL.app/Contents/Resources/app/bundledApps/pywb/Python, 10): Symbol not found: _clock_getres Referenced from: /Applications/WAIL.app/Contents/Resources/app/bundledApps/pywb/Python (which was built for Mac OS X 10.12) Expected in: /usr/lib/libSystem.B.dylib in /Applications/WAIL.app/Contents/Resources/app/bundledApps/pywb/Python

N0taN3rd commented 7 years ago

Pyinstaller issues with hooks finding the dlib library on OSX:

Solution maybe to install python + pywb on system rather than using it until issues are resolved