-
Not sure where to begin as I'm still pretty confused as to what's going on. this is the second error at the bottom list of red |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
It seems the problem is you don't have a Try to follow this instructions: https://mkyong.com/mac/how-to-install-gcc-compiler-on-mac-os-x/ |
Beta Was this translation helpful? Give feedback.
-
I did have to install a slew of things for a simple fix, however, Xcode command-line tools and the web3 virtual environments were recommended installs anyway. the Cython package was the last, I think that's what was missing. look at the top image, working from the bottom upward, count 6 lines and you'll see it says Cython not installed. lol, that was it. for me. |
Beta Was this translation helpful? Give feedback.
It seems the problem is you don't have a
C
compiler on your machine, the compiler you should use is gcc which actually gets installed with xcode.Try to follow this instructions: https://mkyong.com/mac/how-to-install-gcc-compiler-on-mac-os-x/