Closed lewismc closed 2 years ago
Interesting. I was able to get a stable install chain by explicitly defining the architecture
% ARCHFLAGS="-arch x86_64" pip3 install summertime
... but alas that did not fix the issue. It turns out that the version of Python which shipped with XCode was being used on the $PATH. Something like
export PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:$PATH
Once I removed that and installed the homebrew Python package ensuring it was on my $PATH then the installation worked just fine.
Hi Folks, this looks like a REALLY useful toolkit. Kudos. I will most likely start on a text summarization interface for Apache Tika and SummerTime looks like it could be a great implementation. I tried to install on macOS Catalina 10.15.7
I searched the project issues and could not find any related issue so decided to open this one. Is there a recommended way for me to build the project? Thank you