Good Morning again,

I got the OSINT VM about 95% setup. Thank you all for your help on it. I 
ran into problems during the install of a few recommended tools in the Mike 
Bazzell OSINT manual. These programs are as follows: EyeWitness, 
theHarvester, pipenv, and kazam.

Kazam seems like something I don't actually need but I'd still like all 
tools set up. Below is the terminal text I saved in a "todo" txt file. Any 
help understanding the error messages and what I need to do to resolve them 
would be appreciated. I recognize everyone on here is quite busy but this 
n00b would definitely appreciate the help. Thank you.

=========================================================================
1. Fix Eyewitness
#######################################################################
#                          EyeWitness Setup                           #
#######################################################################

[Error]: \S is not supported by this setup script.

[user@OSINT-Template setup]$ 

2. Fix theHarvester
WARNING: Running pip install with root privileges is generally not a good 
idea. Try `python3 -m pip install --user` instead.
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read 
timed out. (read timeout=15)")': /simple/aiodns/
ERROR: Could not find a version that satisfies the requirement 
aiodns==2.0.0 (from -r requirements/base.txt (line 1)) (from versions: none)
ERROR: No matching distribution found for aiodns==2.0.0 (from -r 
requirements/base.txt (line 1))
[user@OSINT-Template theHarvester]$ sudo -H python3 -m pip install -r 
requirements.txt
WARNING: Running pip install with root privileges is generally not a good 
idea. Try `python3 -m pip install --user` instead.
Collecting aiodns==2.0.0
  ERROR: HTTP error 502 while getting 
https://files.pythonhosted.org/packages/da/01/8f2d49b441573fd2478833bdba91cf0b853b4c750a1fbb9e98de1b94bb22/aiodns-2.0.0-py2.py3-none-any.whl#sha256=aaa5ac584f40fe778013df0aa6544bf157799bd3f608364b451840ed2c8688de
 
(from https://pypi.org/simple/aiodns/)
  ERROR: Could not install requirement aiodns==2.0.0 from 
https://files.pythonhosted.org/packages/da/01/8f2d49b441573fd2478833bdba91cf0b853b4c750a1fbb9e98de1b94bb22/aiodns-2.0.0-py2.py3-none-any.whl#sha256=aaa5ac584f40fe778013df0aa6544bf157799bd3f608364b451840ed2c8688de
 
(from -r requirements/base.txt (line 1)) because of error 502 Server Error: 
Gateway Error for url: 
https://files.pythonhosted.org/packages/da/01/8f2d49b441573fd2478833bdba91cf0b853b4c750a1fbb9e98de1b94bb22/aiodns-2.0.0-py2.py3-none-any.whl
ERROR: Could not install requirement aiodns==2.0.0 from 
https://files.pythonhosted.org/packages/da/01/8f2d49b441573fd2478833bdba91cf0b853b4c750a1fbb9e98de1b94bb22/aiodns-2.0.0-py2.py3-none-any.whl#sha256=aaa5ac584f40fe778013df0aa6544bf157799bd3f608364b451840ed2c8688de
 
(from -r requirements/base.txt (line 1)) because of HTTP error 502 Server 
Error: Gateway Error for url: 
https://files.pythonhosted.org/packages/da/01/8f2d49b441573fd2478833bdba91cf0b853b4c750a1fbb9e98de1b94bb22/aiodns-2.0.0-py2.py3-none-any.whl
 
for URL 
https://files.pythonhosted.org/packages/da/01/8f2d49b441573fd2478833bdba91cf0b853b4c750a1fbb9e98de1b94bb22/aiodns-2.0.0-py2.py3-none-any.whl#sha256=aaa5ac584f40fe778013df0aa6544bf157799bd3f608364b451840ed2c8688de
 
(from https://pypi.org/simple/aiodns/)
[user@OSINT-Template theHarvester]$ 


WARNING: Running pip install with root privileges is generally not a good 
idea. Try `python3 -m pip install --user` instead.
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read 
timed out. (read timeout=15)")': /simple/aiodns/
ERROR: Could not find a version that satisfies the requirement 
aiodns==2.0.0 (from -r requirements/base.txt (line 1)) (from versions: none)
ERROR: No matching distribution found for aiodns==2.0.0 (from -r 
requirements/base.txt (line 1))
[user@OSINT-Template theHarvester]$ sudo -H python3 -m pip install -r 
requirements.txt
WARNING: Running pip install with root privileges is generally not a good 
idea. Try `python3 -m pip install --user` instead.
Collecting aiodns==2.0.0
  ERROR: HTTP error 502 while getting 
https://files.pythonhosted.org/packages/da/01/8f2d49b441573fd2478833bdba91cf0b853b4c750a1fbb9e98de1b94bb22/aiodns-2.0.0-py2.py3-none-any.whl#sha256=aaa5ac584f40fe778013df0aa6544bf157799bd3f608364b451840ed2c8688de
 
(from https://pypi.org/simple/aiodns/)
  ERROR: Could not install requirement aiodns==2.0.0 from 
https://files.pythonhosted.org/packages/da/01/8f2d49b441573fd2478833bdba91cf0b853b4c750a1fbb9e98de1b94bb22/aiodns-2.0.0-py2.py3-none-any.whl#sha256=aaa5ac584f40fe778013df0aa6544bf157799bd3f608364b451840ed2c8688de
 
(from -r requirements/base.txt (line 1)) because of error 502 Server Error: 
Gateway Error for url: 
https://files.pythonhosted.org/packages/da/01/8f2d49b441573fd2478833bdba91cf0b853b4c750a1fbb9e98de1b94bb22/aiodns-2.0.0-py2.py3-none-any.whl
ERROR: Could not install requirement aiodns==2.0.0 from 
https://files.pythonhosted.org/packages/da/01/8f2d49b441573fd2478833bdba91cf0b853b4c750a1fbb9e98de1b94bb22/aiodns-2.0.0-py2.py3-none-any.whl#sha256=aaa5ac584f40fe778013df0aa6544bf157799bd3f608364b451840ed2c8688de
 
(from -r requirements/base.txt (line 1)) because of HTTP error 502 Server 
Error: Gateway Error for url: 
https://files.pythonhosted.org/packages/da/01/8f2d49b441573fd2478833bdba91cf0b853b4c750a1fbb9e98de1b94bb22/aiodns-2.0.0-py2.py3-none-any.whl
 
for URL 
https://files.pythonhosted.org/packages/da/01/8f2d49b441573fd2478833bdba91cf0b853b4c750a1fbb9e98de1b94bb22/aiodns-2.0.0-py2.py3-none-any.whl#sha256=aaa5ac584f40fe778013df0aa6544bf157799bd3f608364b451840ed2c8688de
 
(from https://pypi.org/simple/aiodns/)
[user@OSINT-Template theHarvester]$ 

3. Fix pipenv
[user@OSINT-Template theHarvester]$ sudo -H python3 -m pip install pipenv
WARNING: Running pip install with root privileges is generally not a good 
idea. Try `python3 -m pip install --user` instead.
Collecting pipenv
  ERROR: HTTP error 502 while getting 
https://files.pythonhosted.org/packages/c1/a3/d266421362565864f130cb97f55f70c763b843c9a67311d215d75b7ec464/pipenv-2021.5.29-py2.py3-none-any.whl#sha256=d180f5be4775c552fd5e69ae18a9d6099d9dafb462efe54f11c72cb5f4d5e977
 
(from https://pypi.org/simple/pipenv/) 
(requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*)
  ERROR: Could not install requirement pipenv from 
https://files.pythonhosted.org/packages/c1/a3/d266421362565864f130cb97f55f70c763b843c9a67311d215d75b7ec464/pipenv-2021.5.29-py2.py3-none-any.whl#sha256=d180f5be4775c552fd5e69ae18a9d6099d9dafb462efe54f11c72cb5f4d5e977
 
because of error 502 Server Error: Gateway Error for url: 
https://files.pythonhosted.org/packages/c1/a3/d266421362565864f130cb97f55f70c763b843c9a67311d215d75b7ec464/pipenv-2021.5.29-py2.py3-none-any.whl
ERROR: Could not install requirement pipenv from 
https://files.pythonhosted.org/packages/c1/a3/d266421362565864f130cb97f55f70c763b843c9a67311d215d75b7ec464/pipenv-2021.5.29-py2.py3-none-any.whl#sha256=d180f5be4775c552fd5e69ae18a9d6099d9dafb462efe54f11c72cb5f4d5e977
 
because of HTTP error 502 Server Error: Gateway Error for url: 
https://files.pythonhosted.org/packages/c1/a3/d266421362565864f130cb97f55f70c763b843c9a67311d215d75b7ec464/pipenv-2021.5.29-py2.py3-none-any.whl
 
for URL 
https://files.pythonhosted.org/packages/c1/a3/d266421362565864f130cb97f55f70c763b843c9a67311d215d75b7ec464/pipenv-2021.5.29-py2.py3-none-any.whl#sha256=d180f5be4775c552fd5e69ae18a9d6099d9dafb462efe54f11c72cb5f4d5e977
 
(from https://pypi.org/simple/pipenv/) 
(requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*)

4. Fix kazam
[user@OSINT-Template kazam-1.4.4]$ sudo python3 setup.py install
Traceback (most recent call last):
  File "setup.py", line 8, in <module>
    from DistUtilsExtra.command import *
ModuleNotFoundError: No module named 'DistUtilsExtra'
[user@OSINT-Template kazam-1.4.4]$ 

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/80551a2c-397e-4e4c-ba8d-a1fb9466879an%40googlegroups.com.

Reply via email to