You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
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 :
However, pyperclip is correctly installed !
Any ideas of a solution ?
Thanks !
The text was updated successfully, but these errors were encountered: