byt3bl33d3r / WitnessMe

Web Inventory tool, takes screenshots of webpages using Pyppeteer (headless Chrome/Chromium) and provides some extra bells & whistles to make life easier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

websocket installation fails during pipenv install --three

secureideas opened this issue · comments

I am trying to add WitnessMe to the SamuraiWTF build. We are getting a failure during the set up from pipenv failing to find a matching version of websockets.

Basically the error is:

"ERROR: Could not find a version that satisfies the requirement websocket==8.1" It then lists "from versions" and that only goes to 7.0. This is a Debian system from SamuraiWTF

@secureideas If I had to guess it's because you don't have Python >= 3.7. Can you verify what versions of Python you have on the system?

Thanks

Nice catch. 3.5.3. I will see if we can upgrade with this version of Debian.

Looks like that was the issue. Thanks!