ShellPop icon indicating copy to clipboard operation
ShellPop copied to clipboard

No module named pyperclip (venv install)

Open 3isenHeiM opened this issue 4 years ago • 0 comments

I've insalled ShellPop in a venv, in the latest kali. I'm using a python 2.7.18 venv.

shellpop

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 !

3isenHeiM avatar Apr 08 '21 06:04 3isenHeiM