Coder Social home page Coder Social logo

Comments (3)

simonemastella avatar simonemastella commented on July 22, 2024

you can add these 2 lines before to solve this issue

RUN add-apt-repository ppa:ethereum/ethereum
RUN apt update

from eth-security-toolbox.

simonemastella avatar simonemastella commented on July 22, 2024

@0xKarl98 I forked this repo and fixed the Dockefile, https://github.com/simonemastella/eth-security-toolbox
tell me if you need help

from eth-security-toolbox.

AlissonRS avatar AlissonRS commented on July 22, 2024

@simonemastella with your fixed Dockerfile the build works, but running slither within the container fails:

ethsec@068a682eb7c1:/share$ slither .
Traceback (most recent call last):
  File "/home/ethsec/.local/bin/slither", line 8, in <module>
    sys.exit(main())
  File "/home/ethsec/.local/lib/python3.8/site-packages/slither/__main__.py", line 722, in main
    main_impl(all_detector_classes=detectors, all_printer_classes=printers)
  File "/home/ethsec/.local/lib/python3.8/site-packages/slither/__main__.py", line 736, in main_impl
    args = parse_args(all_detector_classes, all_printer_classes)
  File "/home/ethsec/.local/lib/python3.8/site-packages/slither/__main__.py", line 311, in parse_args
    version=require("slither-analyzer")[0].version,
  File "/home/ethsec/.local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 966, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/home/ethsec/.local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 827, in resolve
    dist = self._resolve_dist(
  File "/home/ethsec/.local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 873, in _resolve_dist
    raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (parsimonious 0.10.0 (/home/ethsec/.local/lib/python3.8/site-packages), Requirement.parse('parsimonious<0.10.0,>=0.9.0'), {'eth-abi'})

from eth-security-toolbox.

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.