Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pip3 install -r requirements.txt
- 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
- Ignoring numpy: markers 'python_version >= "3.10"' don't match your environment
- Ignoring tzdata: markers 'sys_platform == "win32" and python_version >= "3.6"' don't match your environment
- Collecting anyio==3.6.1
- Using cached anyio-3.6.1-py3-none-any.whl (80 kB)
- Collecting bcrypt==3.2.2
- Using cached bcrypt-3.2.2.tar.gz (42 kB)
- Installing build dependencies ... done
- Getting requirements to build wheel ... done
- Preparing wheel metadata ... done
- Collecting cachetools==5.2.0
- Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB)
- Collecting certifi==2022.6.15
- Using cached certifi-2022.6.15-py3-none-any.whl (160 kB)
- Collecting cffi==1.15.1
- Using cached cffi-1.15.1.tar.gz (508 kB)
- Collecting charset-normalizer==2.1.0
- Using cached charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
- Collecting click==8.1.3
- Using cached click-8.1.3-py3-none-any.whl (96 kB)
- Collecting cryptography==37.0.4
- Using cached cryptography-37.0.4.tar.gz (585 kB)
- Installing build dependencies ... done
- Getting requirements to build wheel ... done
- Preparing wheel metadata ... done
- Collecting dnspython==2.2.1
- Using cached dnspython-2.2.1-py3-none-any.whl (269 kB)
- Collecting ecdsa==0.18.0
- Using cached ecdsa-0.18.0-py2.py3-none-any.whl (142 kB)
- Collecting email-validator==1.2.1
- Using cached email_validator-1.2.1-py2.py3-none-any.whl (22 kB)
- Collecting fastapi==0.78.0
- Using cached fastapi-0.78.0-py3-none-any.whl (54 kB)
- Collecting google-api-core==2.8.2
- Using cached google_api_core-2.8.2-py3-none-any.whl (114 kB)
- Collecting google-api-python-client==2.53.0
- Using cached google_api_python_client-2.53.0-py2.py3-none-any.whl (8.7 MB)
- Collecting google-auth-httplib2==0.1.0
- Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB)
- Collecting google-auth-oauthlib==0.5.2
- Using cached google_auth_oauthlib-0.5.2-py2.py3-none-any.whl (19 kB)
- Collecting google-auth==2.9.1
- Using cached google_auth-2.9.1-py2.py3-none-any.whl (167 kB)
- Collecting googleapis-common-protos==1.56.4
- Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB)
- Collecting h11==0.13.0
- Using cached h11-0.13.0-py3-none-any.whl (58 kB)
- Collecting httplib2==0.20.4
- Using cached httplib2-0.20.4-py3-none-any.whl (96 kB)
- Collecting httptools==0.4.0
- Using cached httptools-0.4.0.tar.gz (174 kB)
- Collecting idna==3.3
- Using cached idna-3.3-py3-none-any.whl (61 kB)
- Collecting itsdangerous==2.1.2
- Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB)
- Collecting jinja2==3.1.2
- Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
- Collecting markupsafe==2.1.1
- Using cached MarkupSafe-2.1.1.tar.gz (18 kB)
- Collecting oauthlib==3.2.0
- Using cached oauthlib-3.2.0-py3-none-any.whl (151 kB)
- Collecting pandas==1.4.3
- Using cached pandas-1.4.3.tar.gz (4.9 MB)
- Installing build dependencies ... done
- Getting requirements to build wheel ... done
- Preparing wheel metadata ... done
- Collecting passlib==1.7.4
- Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB)
- Collecting protobuf==4.21.2
- Using cached protobuf-4.21.2-py2.py3-none-any.whl (164 kB)
- ERROR: Could not find a version that satisfies the requirement psycopg-binary==3.0.15 (from -r requirements.txt (line 32)) (from versions: none)
- ERROR: No matching distribution found for psycopg-binary==3.0.15 (from -r requirements.txt (line 32))
- WARNING: You are using pip version 20.2.3; however, version 22.2 is available.
- 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