Closed ryanjmccall closed 5 years ago
Hello,
From your error message I see that you're using python 3.7 which we do not support at the moment, can you try setting up a virtual environment or a conda one with python 3.6 and try to reinstall?
From our tests, both the animalai
and animalai-train
packages work on MacOS with python3.6.
closing due to inactivity, please reopen if needed
I cannot install this package on macos. Building grpcio fails. I did some digging and found this project solved the problem (https://github.com/jeongyoonlee/Kaggler/blob/master/setup.py) by passing compile args. Relevant SO threads: https://stackoverflow.com/questions/52460913/compiling-cython-with-xcode-10/52466939 and https://stackoverflow.com/questions/1676384/how-to-pass-flag-to-gcc-in-python-setup-py-script
I tried hacking animal's setup.py with no success. Here's the error I'm hitting