python-seo-analyzer icon indicating copy to clipboard operation
python-seo-analyzer copied to clipboard

Python 3.8.5 not working at all

Open SergioPetrov opened this issue 4 years ago • 2 comments

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

SergioPetrov avatar May 17 '21 15:05 SergioPetrov

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.

sethblack avatar May 21 '21 21:05 sethblack

Thanks a lot! Feel better! Very hope to your help

SergioPetrov avatar May 22 '21 10:05 SergioPetrov