Skip to content
New issue

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

MacOS Import setuptools error #8

Closed
kenneth1010 opened this issue Mar 25, 2020 · 1 comment
Closed

MacOS Import setuptools error #8

kenneth1010 opened this issue Mar 25, 2020 · 1 comment

Comments

@kenneth1010
Copy link

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.

@kenneth1010
Copy link
Author

Issue was resolved by using installing anaconda and using it to install everything, instead of my existing local interpreter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant