-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Received lots of ZSTD errors on OSX Mac Sierra when installing 'pip install syft' within Anaconda. Tried the various workarounds in documentation and also tried installing from source - still had the same errors.
Running 'conda install gcc' fixed the issue for me. Which changed GCC in my conda environment from:
gcc --version
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 9.0.0 (clang-900.0.39.2)
Target: x86_64-apple-darwin16.7.0
Thread model: posix
To:
gcc --version
gcc (GCC) 4.8.5
Perhaps add this work-around to documentation if it will help others.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels