Automating-VirusTotal-APIv3-for-IPs-and-URLs
Automating-VirusTotal-APIv3-for-IPs-and-URLs copied to clipboard
Error with python3.11
Hi, I'm trying to run the script on a WSL VM.
I have done all the steps indicated to use your script and I am getting the following errors:
─$ python vt-ip-url-analysis.py -h /home/nueve/.local/lib/python3.11/site-packages/requests/init.py:102: RequestsDependencyWarning: urllib3 (1.26.8) or chardet (5.2.0)/charset_normalizer (2.0.10) doesn't match a supported version! warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported " Traceback (most recent call last): File "init.pxd", line 942, in numpy.import_array RuntimeError: module compiled against API version 0x10 but this version of numpy is 0xf
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/nueve/Automating-VirusTotal-APIv3-for-IPs-and-URLs/vt-ip-url-analysis.py", line 6, in
Thank you for your work and help.
upgrading numpy works for me
pip3 install -U numpy