byt3bl33d3r / WitnessMe

Web Inventory tool, takes screenshots of webpages using Pyppeteer (headless Chrome/Chromium) and provides some extra bells & whistles to make life easier.
GNU General Public License v3.0
727 stars 109 forks source link

websocket installation fails during pipenv install --three #8

Closed secureideas closed 4 years ago

secureideas commented 4 years ago

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

byt3bl33d3r commented 4 years ago

@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

secureideas commented 4 years ago

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

secureideas commented 4 years ago

Looks like that was the issue. Thanks!