ModuleNotFoundError: No module named 'piexif'
leo12757 opened this issue · 6 comments
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
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.