Facebook
From Soft Iguana, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 132
  1. mygf@kali:~/Masaüstü/tools/webscreenshot$ python -m pip install -r requirements.txt
  2. /usr/share/python-wheels/pkg_resources-0.0.0-py3-none-any.whl/pkg_resources/py2_warn.py:21: UserWarning: Setuptools will stop working on Python 2
  3. ************************************************************
  4. You are running Setuptools on Python 2, which is no longer
  5. supported and
  6. >>> SETUPTOOLS WILL STOP WORKING <<<
  7. in a subsequent release (no sooner than 2020-04-20).
  8. Please ensure you are installing
  9. Setuptools using pip 9.x or later or pin to `setuptools<45`
  10. in your environment.
  11. If you have done those things and are still encountering
  12. this message, please follow up at
  13. https://bit.ly/setuptools-py2-warning.
  14. ************************************************************
  15. DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
  16. Collecting future
  17.   Downloading future-0.18.2.tar.gz (829 kB)
  18.      |████████████████████████████████| 829 kB 79 kB/s
  19. Requirement already satisfied: argparse in /usr/lib/python2.7 (from -r requirements.txt (line 2)) (1.2.1)
  20. Building wheels for collected packages: future
  21.   Building wheel for future (setup.py) ... error
  22.   ERROR: Command errored out with exit status 1:
  23.    command: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-xxd6UL/future/setup.py'"'"'; __file__='"'"'/tmp/pip-install-xxd6UL/future/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-mP6Z7D
  24.        cwd: /tmp/pip-install-xxd6UL/future/
  25.   Complete output (6 lines):
  26.   usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  27.      or: setup.py --help [cmd1 cmd2 ...]
  28.      or: setup.py --help-commands
  29.      or: setup.py cmd --help
  30.  
  31.   error: invalid command 'bdist_wheel'
  32.   ----------------------------------------
  33.   ERROR: Failed building wheel for future
  34.   Running setup.py clean for future
  35. Failed to build future
  36. Installing collected packages: future
  37.     Running setup.py install for future ... done
  38. Successfully installed future-0.18.2
  39.