Advertisement
Guest User

Untitled

a guest
Jul 21st, 2022
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. pip3 install -r requirements.txt
  2. Ignoring colorama: markers 'python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" and platform_system == "Windows" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.5.0" and platform_system == "Windows"' don't match your environment
  3. Ignoring numpy: markers 'python_version >= "3.10"' don't match your environment
  4. Ignoring tzdata: markers 'sys_platform == "win32" and python_version >= "3.6"' don't match your environment
  5. Collecting anyio==3.6.1
  6. Using cached anyio-3.6.1-py3-none-any.whl (80 kB)
  7. Collecting bcrypt==3.2.2
  8. Using cached bcrypt-3.2.2.tar.gz (42 kB)
  9. Installing build dependencies ... done
  10. Getting requirements to build wheel ... done
  11. Preparing wheel metadata ... done
  12. Collecting cachetools==5.2.0
  13. Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB)
  14. Collecting certifi==2022.6.15
  15. Using cached certifi-2022.6.15-py3-none-any.whl (160 kB)
  16. Collecting cffi==1.15.1
  17. Using cached cffi-1.15.1.tar.gz (508 kB)
  18. Collecting charset-normalizer==2.1.0
  19. Using cached charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
  20. Collecting click==8.1.3
  21. Using cached click-8.1.3-py3-none-any.whl (96 kB)
  22. Collecting cryptography==37.0.4
  23. Using cached cryptography-37.0.4.tar.gz (585 kB)
  24. Installing build dependencies ... done
  25. Getting requirements to build wheel ... done
  26. Preparing wheel metadata ... done
  27. Collecting dnspython==2.2.1
  28. Using cached dnspython-2.2.1-py3-none-any.whl (269 kB)
  29. Collecting ecdsa==0.18.0
  30. Using cached ecdsa-0.18.0-py2.py3-none-any.whl (142 kB)
  31. Collecting email-validator==1.2.1
  32. Using cached email_validator-1.2.1-py2.py3-none-any.whl (22 kB)
  33. Collecting fastapi==0.78.0
  34. Using cached fastapi-0.78.0-py3-none-any.whl (54 kB)
  35. Collecting google-api-core==2.8.2
  36. Using cached google_api_core-2.8.2-py3-none-any.whl (114 kB)
  37. Collecting google-api-python-client==2.53.0
  38. Using cached google_api_python_client-2.53.0-py2.py3-none-any.whl (8.7 MB)
  39. Collecting google-auth-httplib2==0.1.0
  40. Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB)
  41. Collecting google-auth-oauthlib==0.5.2
  42. Using cached google_auth_oauthlib-0.5.2-py2.py3-none-any.whl (19 kB)
  43. Collecting google-auth==2.9.1
  44. Using cached google_auth-2.9.1-py2.py3-none-any.whl (167 kB)
  45. Collecting googleapis-common-protos==1.56.4
  46. Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB)
  47. Collecting h11==0.13.0
  48. Using cached h11-0.13.0-py3-none-any.whl (58 kB)
  49. Collecting httplib2==0.20.4
  50. Using cached httplib2-0.20.4-py3-none-any.whl (96 kB)
  51. Collecting httptools==0.4.0
  52. Using cached httptools-0.4.0.tar.gz (174 kB)
  53. Collecting idna==3.3
  54. Using cached idna-3.3-py3-none-any.whl (61 kB)
  55. Collecting itsdangerous==2.1.2
  56. Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB)
  57. Collecting jinja2==3.1.2
  58. Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
  59. Collecting markupsafe==2.1.1
  60. Using cached MarkupSafe-2.1.1.tar.gz (18 kB)
  61. Collecting oauthlib==3.2.0
  62. Using cached oauthlib-3.2.0-py3-none-any.whl (151 kB)
  63. Collecting pandas==1.4.3
  64. Using cached pandas-1.4.3.tar.gz (4.9 MB)
  65. Installing build dependencies ... done
  66. Getting requirements to build wheel ... done
  67. Preparing wheel metadata ... done
  68. Collecting passlib==1.7.4
  69. Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB)
  70. Collecting protobuf==4.21.2
  71. Using cached protobuf-4.21.2-py2.py3-none-any.whl (164 kB)
  72. ERROR: Could not find a version that satisfies the requirement psycopg-binary==3.0.15 (from -r requirements.txt (line 32)) (from versions: none)
  73. ERROR: No matching distribution found for psycopg-binary==3.0.15 (from -r requirements.txt (line 32))
  74. WARNING: You are using pip version 20.2.3; however, version 22.2 is available.
  75. You should consider upgrading via the '/Users/markhankinson/Documents/GitHub/tsuki/venv/bin/python3 -m pip install --upgrade pip' command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement