We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I followed the MacOS Python installation instructions, and got the following error when running this command: CC=gcc-8 CXX=g++-8 pip install -e .
CC=gcc-8 CXX=g++-8 pip install -e .
Command "/Users/kennfu/Documents/Projects/trmftemp3/exp-trmf-nips16/python/trmf-env/bin/python3 -c "import setuptools, tokenize;__file__='/Users/kennfu/Documents/Projects/trmftemp3/exp-trmf-nips16/python/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" develop --no-deps" failed with error code 1 in /Users/kennfu/Documents/Projects/trmftemp3/exp-trmf-nips16/python/
I tried brew reinstall gcc@8 in case it was a gcc issue and it still gave the same error.
brew reinstall gcc@8
The text was updated successfully, but these errors were encountered:
Issue was resolved by using installing anaconda and using it to install everything, instead of my existing local interpreter.
Sorry, something went wrong.
No branches or pull requests
I followed the MacOS Python installation instructions, and got the following error when running this command:
CC=gcc-8 CXX=g++-8 pip install -e .
Command "/Users/kennfu/Documents/Projects/trmftemp3/exp-trmf-nips16/python/trmf-env/bin/python3 -c "import setuptools, tokenize;__file__='/Users/kennfu/Documents/Projects/trmftemp3/exp-trmf-nips16/python/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" develop --no-deps" failed with error code 1 in /Users/kennfu/Documents/Projects/trmftemp3/exp-trmf-nips16/python/
I tried
brew reinstall gcc@8
in case it was a gcc issue and it still gave the same error.The text was updated successfully, but these errors were encountered: