
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
튜터님께서 하신 것과 동일하게 했는데, 뭐가 문제인지 모르겠습니다.
참고로 맥OS 사용중입니다.

"/Users/kyunghwa/Desktop/coding 천재/스파르타코딩클럽/내배캠_4기 Spring B조/1. 팀소개 페이지_미니프로젝트/spartaprac/venv/bin/python" /Users/kyunghwa/Desktop/coding 천재/스파르타코딩클럽/내배캠_4기 Spring B조/1. 팀소개 페이지_미니프로젝트/spartaprac/hello.py
Traceback (most recent call last):
File "/Users/kyunghwa/Desktop/coding 천재/스파르타코딩클럽/내배캠_4기 Spring B조/1. 팀소개 페이지_미니프로젝트/spartaprac/venv/lib/python3.10/site-packages/pymongo/srv_resolver.py", line 89, in _resolve_uri
results = _resolve(
File "/Users/kyunghwa/Desktop/coding 천재/스파르타코딩클럽/내배캠_4기 Spring B조/1. 팀소개 페이지_미니프로젝트/spartaprac/venv/lib/python3.10/site-packages/pymongo/srv_resolver.py", line 45, in _resolve
return resolver.query(*args, **kwargs)
TypeError: query() got an unexpected keyword argument 'lifetime'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/kyunghwa/Desktop/coding 천재/스파르타코딩클럽/내배캠_4기 Spring B조/1. 팀소개 페이지_미니프로젝트/spartaprac/hello.py", line 3, in <module>
client = MongoClient('mongodb+srv://test:sparta@cluster0.jjlsrkg.mongodb.net/?retryWrites=true&w=majority')
File "/Users/kyunghwa/Desktop/coding 천재/스파르타코딩클럽/내배캠_4기 Spring B조/1. 팀소개 페이지_미니프로젝트/spartaprac/venv/lib/python3.10/site-packages/pymongo/mongo_client.py", line 736, in __init__
res = uri_parser.parse_uri(
File "/Users/kyunghwa/Desktop/coding 천재/스파르타코딩클럽/내배캠_4기 Spring B조/1. 팀소개 페이지_미니프로젝트/spartaprac/venv/lib/python3.10/site-packages/pymongo/uri_parser.py", line 542, in parse_uri
nodes = dns_resolver.get_hosts()
File "/Users/kyunghwa/Desktop/coding 천재/스파르타코딩클럽/내배캠_4기 Spring B조/1. 팀소개 페이지_미니프로젝트/spartaprac/venv/lib/python3.10/site-packages/pymongo/srv_resolver.py", line 121, in get_hosts
_, nodes = self._get_srv_response_and_hosts(True)
File "/Users/kyunghwa/Desktop/coding 천재/스파르타코딩클럽/내배캠_4기 Spring B조/1. 팀소개 페이지_미니프로젝트/spartaprac/venv/lib/python3.10/site-packages/pymongo/srv_resolver.py", line 101, in _get_srv_response_and_hosts
results = self._resolve_uri(encapsulate_errors)
File "/Users/kyunghwa/Desktop/coding 천재/스파르타코딩클럽/내배캠_4기 Spring B조/1. 팀소개 페이지_미니프로젝트/spartaprac/venv/lib/python3.10/site-packages/pymongo/srv_resolver.py", line 97, in _resolve_uri
raise ConfigurationError(str(exc))
pymongo.errors.ConfigurationError: query() got an unexpected keyword argument 'lifetime'
종료 코드 1(으)로 완료된 프로세스
