ShellPop
ShellPop copied to clipboard
No module named pyperclip (venv install)
I've insalled ShellPop in a venv, in the latest kali. I'm using a python 2.7.18 venv.

After the installation of the requirements, I've got an import error :
bin/shellpop --list
Traceback (most recent call last):
File "bin/shellpop", line 18, in <module>
import pyperclip
ImportError: No module named pyperclip
However, pyperclip is correctly installed !
Any ideas of a solution ?
Thanks !