Advertisement
Guest User

Untitled

a guest
Oct 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. root@vps4:~/DCustomRPC# py -m pip install -r requirements.txt
  2. -bash: py: command not found
  3. root@vps4:~/DCustomRPC# python -m pip install -r requirements.txt
  4. /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
  5. warnings.warn(warning, RequestsDependencyWarning)
  6. Collecting pypresence (from -r requirements.txt (line 1))
  7. Downloading https://files.pythonhosted.org/packages/ab/10/e620612642640c6309932bedab97ebcac4e7b1f805f24f274108812a60df/pypresence-3.0.0.tar.gz
  8. Collecting ruamel.yaml<=0.15.7 (from -r requirements.txt (line 2))
  9. Downloading https://files.pythonhosted.org/packages/ed/89/f212898b37c6dfe79277891a5127aa94f3fe8fe8d52499b2a186493d752b/ruamel.yaml-0.15.7-cp27-cp27mu-manylinux1_x86_64.whl (526kB)
  10. 100% |################################| 532kB 5.1MB/s
  11. Requirement already satisfied: pillow in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 3)) (3.1.2)
  12. Collecting pystray (from -r requirements.txt (line 4))
  13. Downloading https://files.pythonhosted.org/packages/0e/e3/53da889f1bc7b43f215d9ce8e0886f09d4aaa1a7b35e413a6d263fdfe34f/pystray-0.14.4-py2.py3-none-any.whl
  14. Requirement already satisfied: requests in /usr/local/lib/python2.7/dist-packages (from -r requirements.txt (line 5)) (2.19.1)
  15. Collecting ruamel.ordereddict; platform_python_implementation == "CPython" and python_version <= "2.7" (from ruamel.yaml<=0.15.7->-r requirements.txt (line 2))
  16. Downloading https://files.pythonhosted.org/packages/f3/2c/fa6d75dc459b371ed3b88fdbf8042785ce1655073c884fd97bdbb9f48e01/ruamel.ordereddict-0.4.13-cp27-cp27mu-manylinux1_x86_64.whl (99kB)
  17. 100% |################################| 102kB 6.4MB/s
  18. Requirement already satisfied: six in /usr/lib/python2.7/dist-packages (from pystray->-r requirements.txt (line 4)) (1.10.0)
  19. Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python2.7/dist-packages (from requests->-r requirements.txt (line 5)) (2018.4.16)
  20. Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python2.7/dist-packages (from requests->-r requirements.txt (line 5)) (3.0.4)
  21. Requirement already satisfied: urllib3<1.24,>=1.21.1 in /usr/local/lib/python2.7/dist-packages (from requests->-r requirements.txt (line 5)) (1.23)
  22. Requirement already satisfied: idna<2.8,>=2.5 in /usr/local/lib/python2.7/dist-packages (from requests->-r requirements.txt (line 5)) (2.7)
  23. Building wheels for collected packages: pypresence
  24. Running setup.py bdist_wheel for pypresence ... done
  25. Stored in directory: /root/.cache/pip/wheels/a4/85/76/a273343c4856893f3386df40a7f44e98bf6cdd525b45b6a34b
  26. Successfully built pypresence
  27. Installing collected packages: pypresence, ruamel.ordereddict, ruamel.yaml, pystray
  28. Successfully installed pypresence-3.0.0 pystray-0.14.4 ruamel.ordereddict-0.4.13 ruamel.yaml-0.15.7
  29. You are using pip version 18.0, however version 18.1 is available.
  30. You should consider upgrading via the 'pip install --upgrade pip' command.
  31. root@vps4:~/DCustomRPC# py dcustomrpc.pyw
  32. -bash: py: command not found
  33. root@vps4:~/DCustomRPC# python dcustomrpc.pyw
  34. File "dcustomrpc.pyw", line 46
  35. def dict2class(_dict: dict):
  36. ^
  37. SyntaxError: invalid syntax
  38. root@vps4:~/DCustomRPC#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement