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
The key issue here is error: command '/usr/local/bin/gcc-4.2' failed: No such file or directory
I looked at my /usr/local/bin, and I have following already installed: gcc-10, gcc-ar-10, gcc-nm-10, gcc-ranlib-10. Do I need to also install gcc-4.2 before pycares can work?
The text was updated successfully, but these errors were encountered:
I am trying to install pycares in a python virtualenv environment (running python 3.9.1). Error code is below
The key issue here is
error: command '/usr/local/bin/gcc-4.2' failed: No such file or directory
I looked at my /usr/local/bin, and I have following already installed: gcc-10, gcc-ar-10, gcc-nm-10, gcc-ranlib-10. Do I need to also install gcc-4.2 before pycares can work?
The text was updated successfully, but these errors were encountered: