Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported macOS version. #71

Open
Frankie34 opened this issue Apr 16, 2019 · 4 comments
Open

Unsupported macOS version. #71

Frankie34 opened this issue Apr 16, 2019 · 4 comments

Comments

@Frankie34
Copy link

  • py-solc Version: 3.2.0
  • solc Version: x.x.x
  • Python Version: 3.7
  • OS: osx/

What was wrong?

Please include information like:
while do python3 -m solc.install v0.4.25
Unsupported macOS version.
We only support Mavericks, Yosemite, El Capitan, Sierra and High Sierra.

Cute Animal Picture

put a cute animal picture here.
image

@bogatyy
Copy link

bogatyy commented Aug 3, 2019

Got same issue, can't install solc 0.4.20 on Mojave. Will the support be added?

@iamdefinitelyahuman
Copy link

OSX has issues building 0.4.x versions of Solidity, the problem isn't specific to py-solc. You can use brew to install some of the more recent 0.4 versions, see ethereum/homebrew-ethereum for more info.

@treasersimplifies
Copy link

treasersimplifies commented Jan 6, 2020

Got the same problem... Can't install solc 0.4.24 on Mojave

$ ./scripts/install_deps.sh
Unsupported macOS version.
We only support Mavericks, Yosemite, El Capitan, Sierra and High Sierra.

What's worse, the solution @iamdefinitelyahuman provided above( https://github.com/ethereum/homebrew-ethereum) :

$ brew install solidity@4

NOT worked for me, I still encountered some errors(but it's 97%, which was much higher than 10% when I directly build from solidity_0.4.24.tar):

...
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libsolidity.a(AsmAnalysisInfo.cpp.o) has no symbols
/usr/bin/ranlib libsolidity.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: libsolidity.a(AsmAnalysisInfo.cpp.o) has no symbols
[ 97%] Built target solidity
make: *** [all] Error 2

@jiahyphenyee
Copy link

Hi, same problem occurred here. Unable to install using brew , npm, or py-solc using macOS Mojave

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants