I've done the export
export CC=g++-6 export CXX=g++-6
and Im still getting these errors, says gcc when I do gcc-6 and g++-6 when exporting accordingly, error is basically the same though.
cc1plus: warning: unrecognized command line option ‘-Wno-ignore-qualifiers’ error: command 'gcc-6' failed with exit status 1
I've tried installing using pip install pogeo, but that didn't work, so I tried doing a git pull and installing that way, but same error.. then I tried this
pip install --no-index --find-links -e ./pogeo
But same error for that also. Any ideas?
I've done the export
export CC=g++-6 export CXX=g++-6and Im still getting these errors, says gcc when I do gcc-6 and g++-6 when exporting accordingly, error is basically the same though.
cc1plus: warning: unrecognized command line option ‘-Wno-ignore-qualifiers’ error: command 'gcc-6' failed with exit status 1I've tried installing using pip install pogeo, but that didn't work, so I tried doing a git pull and installing that way, but same error.. then I tried this
pip install --no-index --find-links -e ./pogeoBut same error for that also. Any ideas?