py-solc-x icon indicating copy to clipboard operation
py-solc-x copied to clipboard

Error while running analyze (solc missing)

Open xale76 opened this issue 3 years ago • 1 comments

Environment information

  • py-solc-x Version: x.x.x
  • solc Version: x.x.x
  • Python Version: x.x.x
  • OS: osx/linux/win

What was wrong?

Please include information like:

  • what command you ran
  • the code that caused the failure (see this link for help with formatting code)
  • full output of the error you received

How can it be fixed?

Fill this in if you know how the bug could be fixed.

xale76 avatar Apr 12 '22 17:04 xale76

Hello I cannot run my mythx analyze I got

Usage: mythx analyze [OPTIONS] [TARGET]...

Error: Error installing solc version v0.8.4: 404 error when attempting to download from https://github.com/ethereum/solidity/releases/download/v0.8.4/solidity-windows.zip - are you sure this version of solidity is available?

py-solc-x: ??? solc: I have truffle and I use ^0.8.4 Python: 3.10.4 OS: windows 10

I want to use truffle solc but I cannot understand how to find it! or download but the link seems is not existing

xale76 avatar Apr 12 '22 17:04 xale76

If you using truffle solc, you likely are not using this package. This is a python package! We also use the tar ball links so I don' t think your issue is coming from us, or else I need more info.

The link this package would use is https://github.com/ethereum/solidity/releases/download/v0.8.4/solidity_0.8.4.tar.gz

antazoey avatar Nov 09 '23 18:11 antazoey