You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing python setup.py install I get an error which says that a newer version of GCC is needed. The warning references to this issue. However the suggested approaches from the issue did not work for me. I am using conda and don't have sudo rights.
Finally, I resolved the error by running: conda install -c anaconda gxx_linux-64
I hope this helps anyone who has the same problem.
The text was updated successfully, but these errors were encountered:
When executing
python setup.py install
I get an error which says that a newer version of GCC is needed. The warning references to this issue. However the suggested approaches from the issue did not work for me. I am using conda and don't have sudo rights.Finally, I resolved the error by running:
conda install -c anaconda gxx_linux-64
I hope this helps anyone who has the same problem.
The text was updated successfully, but these errors were encountered: