Skip to content
Discussion options

You must be logged in to vote

Yeah, this is one of the annoying thing with python packages.

Could you try installing slither with pipx? Pipx installs all packages to their own isolated virtual environment so you don't have to deal with package dependencies. I like using pipx for all my command line python installs for exactly this reason.

Steps:

  1. Install pipx
  2. Use pipx to install slither. ie: pipx install slither-analyzer

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@xKeywordx
Comment options

@giriraj-kulkarni
Comment options

@giriraj-kulkarni
Comment options

@EngrPips
Comment options

Answer selected by xKeywordx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants