File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,11 @@ You will need to determine if
4949you want to use a CPU-only implementation (probably) or a GPU implementation of tensorflow. See
5050https://www.tensorflow.org/install/install_linux for install instructions.
5151
52+ ## Mac Installation
53+
54+ 1 . install new versions of the compilers etc using brew (this seems to be the root of the issue) ` brew install gcc gfortran libomp `
55+ 2 . set these environment variables export SYSTEM_VERSION_COMPAT=1 \\ n && export LDFLAGS="-L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib"
56+ build the diploshic packge from the root of the repo dir with pip install .
5257
5358## Usage
5459The main program that you will interface with is ` diploSHIC ` . This script is installed by default
Original file line number Diff line number Diff line change 11[build-system ]
22build-backend = " setuptools.build_meta"
3- requires = [" setuptools" , " numpy" ]
3+ requires = [" setuptools<60.0.0 " , " numpy" ]
44
You can’t perform that action at this time.
0 commit comments