Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Cannot Install #122

Open
init5-SF opened this issue Sep 27, 2020 · 2 comments
Open

Cannot Install #122

init5-SF opened this issue Sep 27, 2020 · 2 comments

Comments

@init5-SF
Copy link

What's the problem (or question)?

I can't install using the command: python3 setup.py install

Do you have an idea for a solution?

Nope

How can we reproduce the issue?

  1. Download and install the tool

What are the running context details?

  • Installation method python3 setup.py install
  • Client OS: Linux kali 5.8.0-kali2-amd64
  • Program version (see banner): Latest (downloaded using git clone)
  • Error: (attached)
    error.txt
@hahanov
Copy link

hahanov commented Oct 8, 2020

sudo apt-get install python-dev
python setup.py install

@zenfosec
Copy link

I have the same issue, except I'm trying to install the requirements beforehand and getting a failure. I also didn't have python-dev installed but installing that didn't fix the issue. I'm on a Kali headless install. Below is the truncated error. There thousands of line of additional error text after what I've pasted. Thanks for any help you can provide!


root@do-kli:~/VHostScan# pip3 install -r requirements.txt
Requirement already satisfied: dnspython==1.15.0 in /usr/local/lib/python3.8/dist-packages (from -r requirements.txt (line 1)) (1.15.0)
Requirement already satisfied: fuzzywuzzy==0.15.1 in /usr/local/lib/python3.8/dist-packages (from -r requirements.txt (line 2)) (0.15.1)
Collecting numpy==1.12.0
Using cached numpy-1.12.0.zip (4.8 MB)
Collecting pandas==0.19.2
Using cached pandas-0.19.2.tar.gz (9.2 MB)
Requirement already satisfied: requests==2.20.0 in /usr/local/lib/python3.8/dist-packages/requests-2.20.0-py3.8.egg (from -r requirements.txt (line 5)) (2.20.0)
Requirement already satisfied: simplejson==3.8.2 in /usr/local/lib/python3.8/dist-packages/simplejson-3.8.2-py3.8-linux-x86_64.egg (from -r requirements.txt (line 6)) (3.8.2)
Requirement already satisfied: urllib3==1.24.2 in /usr/local/lib/python3.8/dist-packages/urllib3-1.24.2-py3.8.egg (from -r requirements.txt (line 7)) (1.24.2)
Requirement already satisfied: python-dateutil>=2 in /usr/lib/python3/dist-packages (from pandas==0.19.2->-r requirements.txt (line 4)) (2.8.1)
Requirement already satisfied: pytz>=2011k in /usr/lib/python3/dist-packages (from pandas==0.19.2->-r requirements.txt (line 4)) (2020.1)
Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests==2.20.0->-r requirements.txt (line 5)) (2020.6.20)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3/dist-packages (from requests==2.20.0->-r requirements.txt (line 5)) (3.0.4)
Collecting idna<2.8,>=2.5
Using cached idna-2.7-py2.py3-none-any.whl (58 kB)
Building wheels for collected packages: numpy, pandas
Building wheel for numpy (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-8rset7tn/numpy/setup.py'"'"'; file='"'"'/tmp/pip-install-8rset7tn/numpy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-s9z9s5mm
cwd: /tmp/pip-install-8rset7tn/numpy/
Complete output (2570 lines):
Running from numpy source directory.
/tmp/pip-install-8rset7tn/numpy/numpy/distutils/misc_util.py:453: SyntaxWarning: "is" with a literal. Did you mean "=="?
return is_string(s) and ('*' in s or '?' is s)
blas_opt_info:
blas_mkl_info:
libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

blis_info:
libraries blis not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

openblas_info:
libraries openblas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

atlas_3_10_blas_threads_info:
Setting PTATLAS=ATLAS
libraries tatlas not found in ['/usr/local/lib', '/usr/lib64', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants