Giter Site home page Giter Site logo

Comments (9)

coderkentzhang avatar coderkentzhang commented on August 23, 2024

看提示是solc出错了。检查下solc是否可以独立运行,重新下载solc看能否解决问题。

from python-sdk.

capyun avatar capyun commented on August 23, 2024

image

看提示是solc出错了。检查下solc是否可以独立运行,重新下载solc看能否解决问题。

image
重新下载还是不行,换别的版本也不行。

from python-sdk.

capyun avatar capyun commented on August 23, 2024

看提示是solc出错了。检查下solc是否可以独立运行,重新下载solc看能否解决问题。

image
我只使用0.4.25 solc命令,发现它本身就不能用,但是换别的版本可以出来命令提示。然后我重新下载0.4.25,出现这个错误。

from python-sdk.

coderkentzhang avatar coderkentzhang commented on August 23, 2024

目测solc本身在你的系统上跑不起来,请查证和反馈操作系统版本。
目前供下载的linux平台的solc在centos、ubuntu的主流版本上均可运行

from python-sdk.

capyun avatar capyun commented on August 23, 2024

~ uname -a 1 х base Py root@iZ2ze5zw0dskxi095fok0aZ
Linux iZ2ze5zw0dskxi095fok0aZ 4.15.0-173-generic #182-Ubuntu SMP Fri Mar 18 15:53:46 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
~ cat /proc/version ✔ base Py root@iZ2ze5zw0dskxi095fok0aZ
Linux version 4.15.0-173-generic (buildd@lcy02-amd64-094) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #182-Ubuntu SMP Fri Mar 18 15:53:46 UTC 2022
~ cat /etc/issue ✔ base Py root@iZ2ze5zw0dskxi095fok0aZ
Ubuntu 18.04.6 LTS \n \l

from python-sdk.

capyun avatar capyun commented on August 23, 2024

image

from python-sdk.

ywy2090 avatar ywy2090 commented on August 23, 2024

image

这个看上去像是指令集的问题,提供的solc程序在你的机器上面无法执行

你执行下这个命令
ulimit -c unlimited

然后再执行solc
image

在当前目录下会有个core.xxx的文件

然后用gdb命令:

gdb solc路径 core.xxx

进入gdb之后 执行 bt

看下错误的内容

from python-sdk.

capyun avatar capyun commented on August 23, 2024

我这边执行ulimit和solc之后,没有core.xxx文件。。。

from python-sdk.

coderkentzhang avatar coderkentzhang commented on August 23, 2024

预计是兼容性问题。没有更多信息可跟进。先close,如继续有问题,可在社区群里提出或提issue

from python-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.