Description
Describe the bug
Hi, help me please: I installed all libraries in accordance with your guide. But when I run a simple first example:
seoanalyze https://www.prostoprelest.com.ua/
terminal shows errors:
{
"resource": "/c:/Users/Admin/hello/python-seo-analyzer/my-script.py",
"owner": "generated_diagnostic_collection_name#0",
"severity": 8,
"message": "Statements must be separated by newlines or semicolons",
"source": "Pylance",
"startLineNumber": 1,
"startColumn": 12,
"endLineNumber": 1,
"endColumn": 17
}
{
"resource": "/c:/Users/Admin/hello/python-seo-analyzer/my-script.py",
"owner": "generated_diagnostic_collection_name#0",
"severity": 8,
"message": "Expected expression",
"source": "Pylance",
"startLineNumber": 1,
"startColumn": 18,
"endLineNumber": 1,
"endColumn": 20
}
{
"resource": "/c:/Users/Admin/hello/python-seo-analyzer/my-script.py",
"owner": "generated_diagnostic_collection_name#0",
"code": {
"value": "reportUndefinedVariable",
"target": {
"$mid": 1,
"external": "https://github.com/microsoft/pylance-release/blob/main/DIAGNOSTIC_SEVERITY_RULES.md#diagnostic-severity-rules",
"path": "/microsoft/pylance-release/blob/main/DIAGNOSTIC_SEVERITY_RULES.md",
"scheme": "https",
"authority": "github.com",
"fragment": "diagnostic-severity-rules"
}
},
"severity": 4,
"message": ""seoanalyze" is not defined",
"source": "Pylance",
"startLineNumber": 1,
"startColumn": 1,
"endLineNumber": 1,
"endColumn": 11
}
Thanks ahead
Activity
sethblack commentedon May 21, 2021
Yikes. Looks like Windows and Python 3.8.5. Let me get a test environment setup and see what I can dig out. I've been sick, so I haven't had a chance to work on my open source projects for the past couple of weeks. X_x. I'll let ya know when I've gotten around to this issue.
SergioPetrov commentedon May 22, 2021
Thanks a lot! Feel better!
Very hope to your help