TermuxHackz/X-osint

ModuleNotFoundError: No module named 'piexif'

leo12757 opened this issue · 6 comments

Installing X-osint on a freshly installed Kali system, when executing it shows this error, any help?
Thanks.
未命名

Hello thanks for the issue brought to my attention, I will make a fix for it soon and then you can update and try again
However u can try running , pip3 install piexif

Thanks for the reply, the problem still exists...
未命名2

I have the same issue.. Even after the pip3 install piexif

Hello @Xerataw , thanks for notifying me on the issue you are experiencing when using xosint, in working on removing the module from xosint but I will be forced to remove the feature being used by the module.

Hello,
With the last python3 version, some modules must be installed by the packet-manager of the distro.
For other modules, you must use python virtual environment.
Just try to use python virtual environment :
$ cd $HOME
$ git clone https://github.com/TermuxHackz/X-osint
$ cd X-osint
$ chmod +x *.sh
$ python3 -m venv X-osint_venv
$ source X-osint_venv/bin/activate
$ ./setup.sh
I don't know why, but google not correctly install. Then do this.
$ pip install google
for execution :
$ python xosint
Dont forget to qui virtual environment when you have finish with xosint
$ deactivate.
You must reactivate it everytime you use xosint.

Let me know if it work.

@laurenzm , @Xerataw , @leo12757 , Newer version X-osint 2.2 has been released, all bugs fixed and new features added, while some still in beta