sethblack / python-seo-analyzer

An SEO tool that analyzes the structure of a site, crawls the site, count words in the body of the site and warns of any technical SEO issues.
Other
1.18k stars 305 forks source link

Python 3.8.5 not working at all #72

Open SergioPetrov opened 3 years ago

SergioPetrov commented 3 years ago

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_collectionname#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_collectionname#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_collectionname#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

sethblack commented 3 years ago

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 commented 3 years ago

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