GCP 예제를 따라하고 있는 중이라면
해당 프로젝트 폴더에서 requirments.txt가 있는지 확인하고 설치해주자.
설치 코드는 아래와 같다.
pip install -r requirements.txt
requirements.txt가 따로 없다면 아래 코드를 사용해보자.
functions-framework==3.*
cloud-sql-python-connector==1.2.0
SQLAlchemy==2.0.21
sqlalchemy-pytds==1.0.0
sqlalchemy-stubs==0.4
PyMySQL==1.1.0
혹시 몰라 requirements.txt 전체를 첨부한다.
pytest==7.4.2
mock==5.1.0
pytest-cov==4.1.0
pytest-asyncio==0.21.1
SQLAlchemy==2.0.21
sqlalchemy-pytds==1.0.0
flake8==5.0.4
flake8-annotations==2.9.1
black==23.9.1
mypy==0.982
sqlalchemy-stubs==0.4
types-pkg-resources==0.1.3
types-PyMySQL==1.1.0.1
types-mock==5.1.0.2
twine==4.0.2
PyMySQL==1.1.0
pg8000==1.30.2
asyncpg==0.28.0
python-tds==1.13.0
aioresponses==0.7.4
728x90
'Data > Errors' 카테고리의 다른 글
[Google Colab] error: invalid zip file with overlapped components (possible zip bomb) (0) | 2023.10.02 |
---|---|
Segmentation fault (core dumped) (0) | 2022.11.01 |
[Vs Code] conda 가상 환경 변경 안 될 때 (0) | 2022.09.26 |
Vue 머스태시(mustache) 랜더링 안될 때 (0) | 2022.07.19 |
import cv2 안될 때 (0) | 2022.04.05 |