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
I believe this is the same issue as #38 . When trying to run the setup.py for any extension. The following error occurs. Indeed the problem is related to g++ and gcc versions as described here.
Downgrade gcc and g++. I followed this suggestion. to downgrade to 9.5.0 and now it works. Better solution would be to replace parts of c++ code that causes the issue as suggested here.
Issue Description
I believe this is the same issue as #38 . When trying to run the
setup.py
for any extension. The following error occurs. Indeed the problem is related to g++ and gcc versions as described here.Solution
Downgrade gcc and g++. I followed this suggestion. to downgrade to 9.5.0 and now it works. Better solution would be to replace parts of c++ code that causes the issue as suggested here.
System & Environment
The text was updated successfully, but these errors were encountered: