Python poetry, 선택적 종속성 설치 Python poetry, 선택적 종속성 설치나는 단지 이와 동등한 시를 원한다: $ pip install pydantic[email] 관련된 글은 다 읽어봤어요. 지금 제 모습은 이렇습니다. (다른 것도 다 해봤어요.): [tool.poetry.dependencies] pydantic = {version = "*", optional = true, extras = ["email"]} ... [tool.poetry.extras] email = ["pydantic"] 제거도 했고, 그 다음에. 소용이 없어요. 런타임 오류는 분명합니다: ImportError: email-validator is not installed, run `pip install pydantic[email]` 나는 한 가지 세부 사항을 덧.. 더보기 기존 플러터 앱/프로젝트에 플랫폼을 추가하려면 어떻게 해야 합니까? 기존 플러터 앱/프로젝트에 플랫폼을 추가하려면 어떻게 해야 합니까?모바일만 지원하는 Flutter 앱을 만들었습니다: flutter create --platforms=ios,android foo 웹이 Fluter에 의해 지원되기 전에 만든 Fluter 프로젝트도 있는데, 이것이 모바일 지원만 포함하는 이유입니다. 지금 웹과 macOS에서 앱을 실행하고 싶은데 사용하려고 하면 다음과 같은 오류가 발생합니다: Exception: No macOS desktop project configured. See https://flutter.dev/desktop#add-desktop-support-to-an-existing-app to learn about adding macOS support to a project. .. 더보기 Floter iOS RevenueCat 적발되지 않은 예외 'NS 내부 불일치 예외' Floter iOS RevenueCat 적발되지 않은 예외 'NS 내부 불일치 예외'콘솔에서 다음 오류가 발생했습니다: [Purchases] - INFO: There is no singleton instance. Make sure you configure Purchases before trying to get the default instance. *** Assertion failure in +[RCCommonFunctionality getPurchaserInfoWithCompletionBlock:], RCCommonFunctionality.m:118 *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reas.. 더보기 이전 1 ··· 10 11 12 13 14 15 16 ··· 224 다음