raise Exception(“Install ‘email_validator‘ for email validation support.“)Exception: Install ‘emai

简介: raise Exception(“Install ‘email_validator‘ for email validation support.“)Exception: Install ‘emai

cb0e602a1b924c298674ab1a52e73cbc.png


用平时这个安装没有生效

pip install email_validator

使用下面这个代码安装生效解决问题

python -m pip install email_validator
目录
相关文章
|
Java
Appium问题解决方案(8)- selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not sign with default certificate.
Appium问题解决方案(8)- selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not sign with default certificate.
907 0
Appium问题解决方案(8)- selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not sign with default certificate.
|
5天前
selenium.common.exceptions.InvalidElementStateException: Message: Unable to perform W3C actions.
selenium.common.exceptions.InvalidElementStateException: Message: Unable to perform W3C actions.
36 0
|
5天前
selenium.common.exceptions.InvalidElementStateException Message Unable to perform W3C actions
selenium.common.exceptions.InvalidElementStateException Message Unable to perform W3C actions
61 0
|
10月前
|
中间件 PHP
POST 419 ; message: “CSRF token mismatch.“, exception: “Symfony\Component\HttpKernel\Exception\HttpE
POST 419 ; message: “CSRF token mismatch.“, exception: “Symfony\Component\HttpKernel\Exception\HttpE
|
8月前
Uniapp Syntax Error: Error: Unbalanced delimiter found in string
Uniapp Syntax Error: Error: Unbalanced delimiter found in string
127 0
npm ERR! typeerror Error: Missing required argument #1
npm ERR! typeerror Error: Missing required argument #1
620 0
【报错解决】ERROR: pip‘s dependency resolver does not currently take into account all the packages
【报错解决】ERROR: pip‘s dependency resolver does not currently take into account all the packages
1620 0
|
Web App开发 Python Windows
selenium.common.exceptions.WebDriverException: Message: session not created(已解决)
selenium.common.exceptions.WebDriverException: Message: session not created(已解决)
101 0
|
JSON 数据格式
npm install报错Unexpected end of JSON input while parsing near ‘...ersion“:“4.5.0“,“depe‘
这个错误的解决方法有以下几种: 1.删掉package.lock.json 2.清除cache 3.进入下面这个文件夹清除cache 4.不要用淘宝镜像。
225 0
phpunit: This test did not perform any assertions
phpunit: This test did not perform any assertions